Is there a Python Audio Library?
Christos TZOTZIOY Georgiou
tzot at sil-tec.gr
Fri Jun 25 13:33:41 EDT 2004
More information about the Python-list mailing list
Fri Jun 25 13:33:41 EDT 2004
- Previous message (by thread): __getitem__ and classmethod/staticmethod
- Next message (by thread): Is there a Python Audio Library?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, 25 Jun 2004 12:58:39 -0400, rumours say that gohaku <gohaku at earthlink.net> might have written: >Hi everyone, >I would like to know if there is an audio library that will allow me to >create >and read .WAV and .MIDI files. >When reading .WAV files, I am looking for amplitude information. > >Thanks. >-gohaku > for wave files and operations on them: import wave, audioop for midi files, google is your friend (pymidi would be my first guess :) -- TZOTZIOY, I speak England very best, "Tssss!" --Brad Pitt as Achilles in unprecedented Ancient Greek
- Previous message (by thread): __getitem__ and classmethod/staticmethod
- Next message (by thread): Is there a Python Audio Library?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list