I encountered this one as well, and was able to fix it by changing the lame command line:
- Go to Settings > Plugins - Find the "K3b External Audio Encoder" and click its wrench icon - Select "Mp3 (lame)" and click "Edit..." - Change the command to:
lame -r --big-endian -s 44.1 -m s -h --tt %t --ta %a --tl %m --ty %y --tc %c - %f
Contrary to what the UI says, the raw data seems to be big endian.
I encountered this one as well, and was able to fix it by changing the lame command line:
- Go to Settings > Plugins
- Find the "K3b External Audio Encoder" and click its wrench icon
- Select "Mp3 (lame)" and click "Edit..."
- Change the command to:
lame -r --big-endian -s 44.1 -m s -h --tt %t --ta %a --tl %m --ty %y --tc %c - %f
Contrary to what the UI says, the raw data seems to be big endian.