First working noiseThreshold setting + voiceActivatedUnmute

This commit is contained in:
Stefan Otto
2020-05-14 04:02:52 +02:00
parent 457d679382
commit 534e862573
7 changed files with 209 additions and 102 deletions
+8 -7
View File
@@ -44,13 +44,14 @@ var config =
},
defaultAudio :
{
sampleRate : 48000,
channelCount : 1,
volume : 1.0,
autoGainControl : true,
echoCancellation : true,
noiseSuppression : true,
sampleSize : 16
sampleRate : 48000,
channelCount : 1,
volume : 1.0,
autoGainControl : true,
echoCancellation : true,
noiseSuppression : true,
voiceActivityMute : false,
sampleSize : 16
},
background : 'images/background.jpg',
defaultLayout : 'democratic', // democratic, filmstrip