[Tutor] aubio usage in python

Alan Gauld alan.gauld at btinternet.com
Thu May 26 10:37:24 CEST 2011


"김태윤" <kty1104 at gmail.com> 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 modules is pot luck depending
on whether anyone else uses it.

Given the web page says:

"This software is under development. It needs debugging
and optimisations. See bugs and todo lists. "

And has no documentation or tutorial links it doesn't look like
this is exactly mainstream or even mature yet. As such you
will have to be a bit experimental and figure out how it works
yourself. Possibly by looking at the C code, which is available
on the site. Once you do you could then write a tutorial for other
users...

Alternatively try to find some other more established audio
processing liobrary... although its not an area I'm familiar
with so cannot give any recommendations.

HTH,


-- 
Alan Gauld
Author of the Learn to Program web site
http://www.alan-g.me.uk/




More information about the Tutor mailing list