Help - Search - Members - Calendar
Full Version: /dev/dsp1 for mic and /dev/dsp for speakers?
Skype Community > English > Linux
Rattlesnake_
Possible? Is there a possibility to choose different devices for mic and speakers in skype, for example in the command line interface.
Rattlesnake_
I sort of fixed it by adding this into .asoundrc
QUOTE
pcm.!default {
type plug
slave.pcm "combined"
}

pcm.combined {
type asym
playback.pcm "playback"
capture.pcm "hw:1,0"
}

pcm.playback {
type dmix
ipc_key 1024
slave {
pcm "hw:0,0"
period_time 0
period_size 1024
buffer_size 4096
rate 44100
}
bindings {
0 0
1 1
}
}

ctl.dmixer {
type hw
card 0
}


For some odd reason the sound is suddenly muting in skype, but it works perfectly in Gizmo.
Rattlesnake_
Yeah, answering again, there might be someone searching someday. I had to change the values of:
period_size 1024
buffer_size 4096

I'm not a soundcard expert, but I guess there are various values for what's right for you soundcard. Then the sound also worked perfectly in Skype (and flash in Firefox).
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.