How do I make k3b burn an audio CD with MP3 files?
How do I make k3b burn an audio CD with MP3 files? Right now it's demanding I only feed it WAVs, of all things.
Solution 1:
apt-cache search --names-only k3b
shows a codec package I don't have. I installed it via apt-get to solve:
sudo apt-get install libk3b6-extracodecs
Solution 2:
It looks that new k3b requires two packages to be installed; extra codecs and normalize-audio.
sudo apt-get install libk3b7-extracodecs normalize-audio