CODE
pcm.skype_playback {
type route
slave.pcm gina24_analog
slave.channels 2
# Send Skype channel 0 to the L and R speakers at full volume
ttable.0.0 1
ttable.0.1 1
}
type route
slave.pcm gina24_analog
slave.channels 2
# Send Skype channel 0 to the L and R speakers at full volume
ttable.0.0 1
ttable.0.1 1
}
I then select skype_playback as the playback device in the Sound Devices settings.
I also configured a virtual capture device that mixes all 8 inputs together, so I can talk and play guitar and keyboard all through the one Skype connection. I suspect latency will prevent on-line jams from working very well, though! Quoting from ~/.asoundrc again:
CODE
pcm.skype_capture {
type route
slave.pcm gina24_digital
slave.channels 8
# Mix all input channels to Skype capture channel 0 at full volume:
ttable.0.0 1
ttable.0.1 1
ttable.0.2 1
ttable.0.3 1
ttable.0.4 1
ttable.0.5 1
ttable.0.6 1
ttable.0.7 1
}
type route
slave.pcm gina24_digital
slave.channels 8
# Mix all input channels to Skype capture channel 0 at full volume:
ttable.0.0 1
ttable.0.1 1
ttable.0.2 1
ttable.0.3 1
ttable.0.4 1
ttable.0.5 1
ttable.0.6 1
ttable.0.7 1
}
It probably isn't necessary to do this on consumer sound cards, which IIRC usually have a "mix" capture device that does the same thing.
Cheers,
screwtop