Search code examples
pythonfilemp3

Write MP3 in Python


I have a bunch of frames (generated by a function) that I want to write to a MP3 file using Python. I tried using pymedia but I always get a Segmentation fault.

Doe anyone know an extension to write MP3 files using Python?

Thanks!


Solution

  • If you're on Gnome, soundconverter might help; but I don't know of a stand-alone equivalent.