I am trying to use a simple program to convert a .MP3 file to a .WAV file in python:
from os import path from pydub import AudioSegment src = "test1.mp3