如何使用 python 制作 FLAC 或 mpeg

发布于 2024-10-11 09:43:01 字数 136 浏览 3 评论 0原文

我正在寻找可以将 .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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一腔孤↑勇 2024-10-18 09:43:01

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文