Christopher Barker wrote:
>
> Does this have anything to do with this pyaudio?
>
> http://people.csail.mit.edu/hubert/pyaudio/
>
> -Chris
>   
Not at all. I should have looked for pyaudio as a name on google :)

 Before coding my small package, I looked at other python bindings for 
audio, but either they were not cross platform, or not uptodate, or 
depended on too much external code. I didn't find this one, though.

I think using something like portaudio just to be able to play or record 
data is a bit overkill: those libraries are supposed to be used for 
audio applications, with all the constraints: real time capabilities, 
mixing capabilities, being able to list soundcards, etc... My scope is 
really much simpler: I just want to be able to import audio files as 
numpy arrays, process them, and to listen to the result; it really just 
intend to be an equivalent of wavread, wavwrite and sound/soundsc of 
matlab. libsndfile is the defacto standard on linux (almost all audio 
applications on linux with IO needs use it), is really high quality, and 
is available on linux, windows and mac OSX.

cheers,

David

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to