Good python library for generating audio files? [closed]

和自甴很熟 提交于 2020-01-01 09:46:27

问题


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.


回答1:


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.




回答2:


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.




回答3:


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



来源:https://stackoverflow.com/questions/45385/good-python-library-for-generating-audio-files

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!