使用python讲二进制转换为音频文件,Python使用Pydub将mp3转换为wav
Ok, now I am stuck up in converting mp3 to wav. I have seen different answers but i think i would to go for the one of pydub, which i already did using these few linesfrom pydub import AudioSegmentAud...