如何使用 python 制作 FLAC 或 mpeg
我正在寻找可以将 .wav 或其他格式转换为 FLAC 或 mpeg 的 python 代码。我希望有一个不依赖于其他二进制文件或库,而只是纯Python,这样它就可以在安装Python的任何地方独立运行,即服务器端。你知道一些例子吗?
谢谢
I'm looking for python code that can convert .wav or other format to FLAC or mpeg. I hope there is one that doesn't depend on other binaries or libraries and just pure python so that it can run independently anywhere where python is installed ie also serverside. Do you know any examples?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Python 音频工具 似乎符合您的描述。
最坏的情况是,您必须撕掉源代码并从那里开始。
正如其他人所说,还有其他选择。
Python Audio Tools seems to fit your description.
Worst case, you'd have to rip the source code out and go from there.
As others have said, there are other alternatives.