4

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

4

1 に答える 1

1

Python Audio Toolsはあなたの説明に合っているようです。

最悪の場合、ソース コードを切り取ってそこから移動する必要があります。

他の人が言ったように、他の選択肢があります。

于 2013-02-05T11:26:33.333 に答える