[DEV] add virtual interface

This commit is contained in:
2015-02-12 22:08:23 +01:00
parent 1e10cc276b
commit a086674189
7 changed files with 99 additions and 32 deletions

View File

@@ -12,7 +12,7 @@
resampling-option:"quality=10"
},
feedback:{
io:"input",
io:"feedback", # note : Feedback is plugged on an output not an input
map-on:"speaker",
resampling-type:"speexdsp",
resampling-option:"quality=10"
@@ -22,8 +22,9 @@
map-on:"speaker",
resampling-type:"speexdsp",
resampling-option:"quality=10",
aec-map-on:"microphone", the second input of the AEC (get a single
aec-type:"airtio-remover", # some type is "airtio-remover",
# specific case for AEC : only 3 options
aec-map-on:"microphone", # the second input of the AEC (get a single)
aec-type:"river-remover", # some type is "airtio-remover",
aec-option:"mode=cutter"
}
}