On Jan 21, 2008 8:32 PM, Hector <[EMAIL PROTECTED]> wrote: > > Sorry for replying my own email, but I just started tinkering with > Python's wave module: > http://docs.python.org/lib/module-wave.html > > I'll try to report my progress. > Best,
Sage also has some wav processing support that is built on top of the wave module and other things. Do sage: wave? and also look at the source code: http://www.sagemath.org/hg/sage-main/file/a66354d13708/sage/media/wav.py This was something that was written rather quickly by Bobby Moretti for a summer course I was teaching for high school kids on Fourier transform. Then not much more happened. In particular, note that there are *no* doctests, so the code could be broken, etc. -- William --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---