audio-river/data/virtual.json

39 lines
817 B
JSON
Raw Normal View History

2015-02-01 22:21:03 +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",
# 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:{
# 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"
},
microphone-clean:{
2015-02-01 22:21:03 +01:00
io:"input",
map-on:"microphone-clean",
2015-02-01 22:21:03 +01:00
resampling-type:"speexdsp",
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
}