I have an E-MU 0204 usb soundcard on Iomega Iconnect with ArchLinux 3.1.4-2-ARCH. The card is recognized but the sound is very bad : lot of crackles.
aplay -L
null
Discard all samples (playback) or generate zero samples (capture)
front:CARD=USB,DEV=0
E-MU 0204
Front speakers
surround40:CARD=USB,DEV=0
E-MU 0204
4.0 Surround output to Front and Rear speakers
surround41:CARD=USB,DEV=0
E-MU 0204
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=USB,DEV=0
E-MU 0204
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=USB,DEV=0
E-MU 0204
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=USB,DEV=0
E-MU 0204
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=USB,DEV=0
E-MU 0204
IEC958 (S/PDIF) Digital Audio Output
If I use Pulseaudio, sound is better. I could be satisfied with this, but my player squeezeslave seems using directly Alsa and the sound is very bad.
cat /etc/asound.conf
pcm.!default {
type pulse
}
ctl.!default {
type pulse
}
# Explicit PulseAudio device
pcm.pulse {
type pulse
}
ctl.pulse {
type pulse
}
Can you help me to have good sound with only Alsa, or to force squeezeslave using Pulseaudio ?
Thanks
