音频类型转换



from pydub import AudioSegment
MP3_File = AudioSegment.from_mp3('a1.mp3 ')
MP3_File.export('a1.wav', format="wav")