why am i getting error when importing AudioSegment?
I was also getting the same issue .and it was coming due to ffmpeg was not correctly configured. i have download latest ffmpeg from official website https://www.ffmpeg.org/download.html and setting up the class path worked for me
I'm getting the same error because ffmpeg
wasn't installed on my MAC. Installed it with brew install ffmpeg
and it fixed the problem.