Question

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.

Was it helpful?

Solution

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.

OTHER TIPS

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.

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top