Python library for converting files to MP3 and setting their quality

前端 未结 6 1944
天涯浪人
天涯浪人 2020-12-14 18:35

I\'m trying to find a Python library that would take an audio file (e.g. .ogg, .wav) and convert it into mp3 for playback on a webpage.

Also, any thoughts on settin

6条回答
  •  旧巷少年郎
    2020-12-14 19:17

    Also, the Python Audio Tools should be able to do the job with less need for other libraries, which might be easier if you're doing this on a shared web hosting account. (But admittedly I haven't tried it, so I can't confirm how usable it is.)

提交回复
热议问题