Le mardi 02 octobre 2007 à 19:30 -0700, JCA a écrit : > Well, I changed my audio device from within Ekiga and it now seems > to work fine - no crashes. > > I have an old Ensoniq AudioPCI which, for my very simple purposes, > is more than good enough. When configuring my audio devices in the > Ekiga druid (page 7) for the audio output device the choices are > Default and Ensoniq AudioPCI, whereas for the audio input device I > also have a USB device - the microphone built in my webcam. > > When audio input and output are set to Ensoniq AudioPCI I have the > behavior described in my previous email. If I change them to Default, > the crashes disappear - at least, I have yet to cause another crash. > This is of course terrific, but I wonder what is the difference? The > actual hardware is the same in both cases. Any ideas?
You probably hit yet another ALSA bug. You can test this : $ arecord -D plughw:0,0 -c 1 -r 8000 -f S16_LE - | aplay -D plughw:0,0 -c 1 -r 8000 -f S16_LE - $ arecord -D plughw:0,0 -c 1 -r 16000 -f S16_LE - | aplay -D plughw:0,0 -c 1 -r 16000 -f S16_LE - You can also use default instead of plughw:0,0 and see what happens. -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ NOVACOM : http://www.novacom.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:[EMAIL PROTECTED] _______________________________________________ ekiga-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/ekiga-list
