Re: generating audio signals

2005-03-22 Thread nicke
On Tue, 22 Mar 2005 00:51:57 GMT [EMAIL PROTECTED] (Bengt Richter) wrote: > On 21 Mar 2005 11:12:38 -0800, "Cappy2112" <[EMAIL PROTECTED]> wrote: > > >>>Maybe make yourself a little utility first that will show you the > >specs for any .wav file (i.e., > >>>sampling frequency, bytes per sample, c

Re: generating audio signals

2005-03-21 Thread Bengt Richter
On 21 Mar 2005 11:12:38 -0800, "Cappy2112" <[EMAIL PROTECTED]> wrote: >>>Maybe make yourself a little utility first that will show you the >specs for any .wav file (i.e., >>>sampling frequency, bytes per sample, channels, etc.) > >You can do this with one function call - wave.Wave_read.getparams()

Re: generating audio signals

2005-03-21 Thread Cappy2112
>>Maybe make yourself a little utility first that will show you the specs for any .wav file (i.e., >>sampling frequency, bytes per sample, channels, etc.) You can do this with one function call - wave.Wave_read.getparams() import wave wave.open("filename","b") wave.Wave_read.getparams() -- http:

Re: generating audio signals

2005-03-21 Thread Bengt Richter
On Sun, 20 Mar 2005 12:25:22 +0200, nicke <[EMAIL PROTECTED]> wrote: >I'm running linux and would like to generate specific frequencies and >play them(in OSS) or alternatively save them as wav files, how should I >accomplish this? Using python to play and generate is not strictly >necessary, as lo

Re: generating audio signals

2005-03-20 Thread Alia Khouri
http://www.python.org/moin/PythonInMusic -- http://mail.python.org/mailman/listinfo/python-list

generating audio signals

2005-03-20 Thread nicke
I'm running linux and would like to generate specific frequencies and play them(in OSS) or alternatively save them as wav files, how should I accomplish this? Using python to play and generate is not strictly necessary, as long as I can invoke the command from python. I know for example xmms can do