Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找可以将 .wav 或其他格式转换为 FLAC 或 mpeg 的 python 代码。我希望有一个不依赖于其他二进制文件或库而只依赖于纯 python,以便它可以在安装 python 的任何地方独立运行,即服务器端。你知道任何例子吗?
谢谢
Python 音频工具似乎符合您的描述。
最坏的情况是,您必须撕掉源代码并从那里开始。
正如其他人所说,还有其他选择。