Re: [Tutor] aubio usage in python

2011-05-26 Thread Alan Gauld
"김태윤" wrote but I can't find any document for "aubio" library OK, I spoke too soon, I found the doc page. http://aubio.org/documentation It has a page on extracting pitch information wioth python. HTH, -- Alan Gauld Author of the Learn to Program web site http://www.alan-g.me.uk/

Re: [Tutor] aubio usage in python

2011-05-26 Thread Alan Gauld
"김태윤" wrote I am new to python I want to detect pitch in portion of some sound Since you specifically spell aubio with a 'b' I assume you are trying to use the aubio library/module. http://aubio.org/doc/index.html This list is for helping people learn Python and any support for third party

[Tutor] aubio usage in python

2011-05-26 Thread 김태윤
hello I am new to python I want to detect pitch in portion of some sound there are pretty good tutorials for ctype but I can't find any document for "aubio" library my platform is windows xp sp3 I want to know what function are there and how to use it could somebody tell me how? thanks in advanced!