pySonic - writing a sample to a file

Serge Orlov Serge.Orlov at gmail.com
Thu Nov 17 03:31:24 EST 2005


netspeed.com.au wrote:
> Hi all:
>
> Hopefully a simple question. I have been putting together an application
> using pySonic. I find the documentaion fine with plenty of examples but I
> cant see how to save a sample (or any recorded audio) to a file.
>
> Am I missing something obvious?

Python comes with read/write support for several audio file formats:
http://docs.python.org/lib/mmedia.html
perhaps you can get raw stream from pySonic and save it using python
stdlib module?




More information about the Python-list mailing list