vote up 2 vote down star

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!

flag

It's important to note that MIDI is not audio. You only hear sound when MIDI is played back through something like a virtual instrument or synthesizer. – Aaron May 10 at 14:25

3 Answers

vote up 5 vote down check

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.

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.