(Audio classification pipeline) ValueError: ffmpeg was not found but is required to load audio files from filename

Installing ffmpeg also worked for me. I’m a mac user, and used brew to install ffmpeg.

$ brew install ffmpeg

2 Likes