VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
b_ball_henry at hotmai... Guest
|
Posted: Thu Feb 26, 2009 7:43 pm Post subject: [Freeswitch-users] snd_dummy setting for skype |
|
|
I went through the wiki on mod_skypiax and see there should be a script to make skype work without sound card in linux. Does anyone know where to obtain that script to make sound work "without sound card"?
I am currently creating a /etc/asound.conf for skype to load the "fake" sound driver. I do hear sound, but it's not perfect, it's very choppy and it gives me error message when starting skype. The following is my asound.conf setting. Hopefully someone can shed some light :
pcm.plugfile{   type plug   slave {        pcm infile       format S16_LE       channels 1        rate 16000   }} pcm.infile {   type file   slave {        pcm null   }   file /dev/dsp    infile /dev/dsp}
by using this configuration. skype spit out error messages as follow but still works:
ALSA lib control.c:909:(snd_ctl_open_noupdate) Invalid CTL plugfileALSA lib control.c:909:(snd_ctl_open_noupdate) Invalid CTL infile
--
Henry Huang
UniC Solution - Communication Unified
VoIP & Open Source software Consultant |
|
Back to top |
|
|
gmaruzz at celliax.org Guest
|
Posted: Fri Feb 27, 2009 7:35 am Post subject: [Freeswitch-users] snd_dummy setting for skype |
|
|
On Fri, Feb 27, 2009 at 1:32 AM, Henry Huang <b_ball_henry@hotmail.com> wrote:
Quote: | I went through the wiki on mod_skypiax and see there should be a script to
make skype work without sound card in linux. Does anyone know where to
obtain that script to make sound work "without sound card"?
|
Dear Henry,
I apologize if the wiki page was not clear.
snd-dummy is an ALSA driver (loadable module for the linux kernel)
that you load like the other ALSA modules using the 'modprobe'
command, no need at all to create an asound.conf file.
You can find an example on how to load snd-dummy in the first lines of
the script mod_skypiax/configs/startskype.sh
I modified the wiki page, could you check is now clear?
Thanks for reporting this, please continue to help us!
Sincerely,
Giovanni Maruzzelli
=========================================
www.celliax.org
via Pierlombardo 9, 20135 Milano
Italy
gmaruzz at celliax dot org
Cell : +39-347-2665618
Fax : +39-02-87390039
On Fri, Feb 27, 2009 at 1:32 AM, Henry Huang <b_ball_henry@hotmail.com> wrote:
Quote: | I went through the wiki on mod_skypiax and see there should be a script to
make skype work without sound card in linux. Does anyone know where to
obtain that script to make sound work "without sound card"?
I am currently creating a /etc/asound.conf for skype to load the "fake"
sound driver. I do hear sound, but it's not perfect, it's very choppy and it
gives me error message when starting skype. The following is my asound.conf
setting. Hopefully someone can shed some light :
pcm.plugfile{
type plug
slave {
pcm infile
format S16_LE
channels 1
rate 16000
}
}
pcm.infile {
type file
slave {
pcm null
}
file /dev/dsp
infile /dev/dsp
}
by using this configuration. skype spit out error messages as follow but
still works:
ALSA lib control.c:909:(snd_ctl_open_noupdate) Invalid CTL plugfile
ALSA lib control.c:909:(snd_ctl_open_noupdate) Invalid CTL infile
--
Henry Huang
UniC Solution - Communication Unified
VoIP & Open Source software Consultant
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|