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
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()
>>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:
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
http://www.python.org/moin/PythonInMusic
--
http://mail.python.org/mailman/listinfo/python-list
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