22

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.

djeikyb
  • 32,005

2 Answers2

30

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
djeikyb
  • 32,005
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
slm
  • 3,155
squider
  • 21
  • 1