2015-02-01 22:21:03 +01:00
|
|
|
{
|
2015-02-16 21:04:18 +01:00
|
|
|
# name of the virtual interface
|
|
|
|
microphone:{
|
|
|
|
# input or output
|
|
|
|
io:"input",
|
|
|
|
# name of the harware device
|
2015-03-09 22:41:57 +00:00
|
|
|
map-on:"microphone-front",
|
2015-02-16 21:04:18 +01:00
|
|
|
# name of the resampler
|
|
|
|
resampling-type:"speexdsp",
|
|
|
|
# some option to the resampler
|
|
|
|
resampling-option:"quality=10"
|
2015-02-01 22:21:03 +01:00
|
|
|
},
|
|
|
|
speaker:{
|
|
|
|
io:"output",
|
|
|
|
map-on:"speaker",
|
|
|
|
resampling-type:"speexdsp",
|
|
|
|
resampling-option:"quality=10"
|
|
|
|
},
|
|
|
|
feedback:{
|
2015-02-16 21:04:18 +01:00
|
|
|
# note : Feedback is plugged on an output not an input
|
|
|
|
io:"feedback",
|
2015-02-01 22:21:03 +01:00
|
|
|
map-on:"speaker",
|
|
|
|
resampling-type:"speexdsp",
|
|
|
|
resampling-option:"quality=10"
|
|
|
|
},
|
2015-02-16 21:04:18 +01:00
|
|
|
microphone-clean:{
|
2015-02-01 22:21:03 +01:00
|
|
|
io:"input",
|
2015-02-16 21:04:18 +01:00
|
|
|
map-on:"microphone-clean",
|
2015-02-01 22:21:03 +01:00
|
|
|
resampling-type:"speexdsp",
|
2015-02-16 21:04:18 +01:00
|
|
|
resampling-option:"quality=10"
|
|
|
|
},
|
2015-03-04 22:48:04 +01:00
|
|
|
microphone-muxed:{
|
|
|
|
io:"input",
|
|
|
|
map-on:"microphone-muxed",
|
|
|
|
resampling-type:"speexdsp",
|
|
|
|
resampling-option:"quality=10"
|
|
|
|
},
|
2015-03-09 22:41:57 +00:00
|
|
|
}
|