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? -- http://mail.python.org/mailman/listinfo/python-list