On Fri, Apr 18, 2008 at 4:19 PM, Nicolai Beuermann
<Nicolai.Beuermann(a)gmx.de> wrote:
Hi,
I got a little task here with ecasound on a x86_64 sabayon applepro. In
contrast to my laptop ecasound doesn't record more than one audiofile
(mp3/ogg). Jack+ecasound have the same versions and are compiled with the
same configuration options (see below).
Paradoxically it works when i stream to a .wav/.flac file or any jack client.
Below you see the conf files for ecasound.
This does work:
-a:1,2 -i jack_auto,xine \
-a:1 -f:16,1,44100 -o jack_auto,system:playback_1 \
-a:2 -f:16,1,44100 -o /home/collia/Desktop/Aufnahme/02.mp3 -chcopy:2,1
this doesn't:
-a:1,2 -i jack_auto,xine \
-a:1 -f:16,1,44100 -o /home/collia/Desktop/Aufnahme/01.mp3 \
-a:2 -f:16,1,44100 -o /home/collia/Desktop/Aufnahme/02.mp3 -chcopy:2,1
I've run the lame command which is defined in the ecasoundrc. It works.
My jackd environment (Ardour/Jamin/Rezound/Meterbridge/Baudline) works fine.
Is this an 64bit issue? Is it that i'm the only one with this problem?
$jackd --version
jackd version 0.109.2 tmpdir /dev/shm protocol 22
$ecasound --version
ecasound v2.4.6.1
$lame --version
LAME 64bits version 3.97
--
mailto: nicolai.beuermann(a)gmx.de
http://www.nico-beuermann.de
gnupg fingerprint: 56DA 4E32 3A4A 52AC B769 DFC2 BF3E 9805 09BB 4259
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user(a)lists.linuxaudio.org
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user
that sounds suspicously like a re-entrancy problem. I wonder if it
would be a re-entrancy bug only coming up with 64 bit code? I would
test it myself if I owned a 64 bit machine.