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