pyaudio, a module to make noise from numpy arrays

pearu at cens.ioc.ee pearu at cens.ioc.ee
Fri Oct 27 14:57:14 EDT 2006



On Fri, 27 Oct 2006, Travis Oliphant wrote:

> David Cournapeau wrote:
> > Hi,
> >    I announce the first release of pyaudio, a module to make noise from 
> > numpy arrays (read, write and play audio files with numpy arrays).
> >   
> 
> Very nice.   Thank you.  I'd like to see exactly this kind of thing for 
> video files too.  We can get a lot of mileage out of ctypes. 
> 
> By the way.  I noticed your setup.py file is missing a .todict()  to 
> convert the configuration object into a dictionary that setup(** ) can 
> handle.
> 
> if __name__ == "__main__":
>     from numpy.distutils.core import setup
>     setup(**configuration(top_path='').todict())

Actually, one should use here

  setup(configuration=configuration)

Pearu


-------------------------------------------------------------------------
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




More information about the NumPy-Discussion mailing list