I'm using Kubuntu Intrepid 2.6.27-9-generic x86_64 and LAME 64bits
version 3.98

When using audiocd:/ in Dolphin or Konqueror I was getting the white
noise problem. I looked at what parameters were being passed to lame and
the -x switch was included, telling lame to use big-endian byte order on
my little-endian system.

As a crude hack to resolve this I renamed /usr/bin/lame to lame-actual
and saved a new script as /usr/bin/lame. The new script contained:

lame-actual --big-endian -x "$@"

this ensures lame always operates in little-endian mode. (Set big-endian
and then swap it). Another -x is passed in "$@" but this is ignored.

Using audiocd:/ now works, and k3b works with the wave header and swap byte 
order options.
Hopefully the upstream developers will get this sorted in 4.2.

-- 
Intrepid: K3B fails to rip to MP3
https://bugs.launchpad.net/bugs/267399
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to k3b in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

Reply via email to