tags:

views:

757

answers:

3

Can anyone recommend a good library for generating an audio file, such as mp3, wav, or even midi, from python?

I've seen recommendations for working with the id tags (song name, artist, etc) in mp3 files, but this is not my goal.

Thank you very much!

+5  A: 

See http://wiki.python.org/moin/Audio/ and http://wiki.python.org/moin/PythonInMusic, maybe some of the projects listed there can be of help.

Also, Google is your friend.

codeape
A: 

Python has a built-in wav module to make wav files. I use it here to make a wav file online of the requested frequency and duration.

Greg
A: 

I've never used it, but check out ounk.

tmatth