Hi, I’m a student, so I’m quite new to Juce. I’m doing a project building a little audio player. I can’t seem to get my application to load and play an mp3. It will load and play a wav file just fine though. I enabled JUCE_USE_MP3AUDIOFORMAT in Projucer, and even tried adding it manually to the preprocessor definitions just in case. I also tested the mp3 files, and they play just fine on other music players, so it’s not the files themselves.
Am I missing some dependency, or is there some other option I need to change? I’m not sure if there’s anything else that I can do, but I feel like I’m probably missing something simple here.
I’m using Ubuntu 20.04 if that makes a difference.