Hi, Le dimanche 03 septembre 2006 à 22:36 +0200, Carles Pina i Estany a écrit : > Bonjour :-) > > On Sep/03/2006, Damien Sandras wrote: > > > Does this give good results : > > arecord -D plughw:0,0 -c 1 -r 8000 -f S16_LE - | aplay -D plughw:0,0 -c > > 1 -r 8000 -f S16_LE - > > Not good results. I can hear a my voice, with echo (and again, again, > again). And I can hear a "click click click" too (1 time per second > aprox.) > > If I split it: > arecord -D plughw:0,0 -c 1 -r 8000 -f S16_LE a.wav > aplay -D plughw:0,0 -c 1 -r 8000 -f S16_LE a.wav > > Then it works fine (I hear myself without any problem) > > Twinkle is using plugw:0,0 and works fine...
Perhaps twinkle doesn't use the same settings. Notice that Ekiga supports two types of codecs : - Wideband : 16kHz - Narrowband : 8 kHz We have determined that there was a problem with ALSA and Narrowband as arecord -D plughw:0,0 -c 1 -r 8000 -f S16_LE - | aplay -D plughw:0,0 -c 1 -r 8000 -f S16_LE - doesn't work. What about the following command : arecord -D plughw:0,0 -c 1 -r 16000 -f S16_LE - | aplay -D plughw:0,0 -c 1 -r 16000 -f S16_LE - ? > > Thanks for your attention, > -- _ Damien Sandras (o- //\ Ekiga Softphone: http://www.ekiga.org/ v_/_ FOSDEM 2006 : http://www.fosdem.org/ SIP Phone : sip:[EMAIL PROTECTED] sip:[EMAIL PROTECTED] _______________________________________________ ekiga-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/ekiga-list
