Re: Emu 0404 USB at 96khz
Posted: Tue Feb 03, 2015 9:49 pm
Hello, I discovered accidentially solution for this problem
QJackctl -> Setup -> Settings tab -> Chennels I/O set input channels to 2, it worked for me.
If this is applied then /proc/asound/card0/pcm0c/sub0/hw_params looks like
But without fix it looks like
I don't know why default value for channels is 4.
Anyway E-MU is dead.
QJackctl -> Setup -> Settings tab -> Chennels I/O set input channels to 2, it worked for me.
If this is applied then /proc/asound/card0/pcm0c/sub0/hw_params looks like
Code: Select all
access: MMAP_INTERLEAVED
format: S24_3LE
subformat: STD
channels: 2
rate: 96000 (96000/1)
period_size: 256
buffer_size: 512Code: Select all
ccess: MMAP_INTERLEAVED
format: S24_3LE
subformat: STD
channels: 4
rate: 96000 (96000/1)
period_size: 256
buffer_size: 512Anyway E-MU is dead.