Commit ddcd9ca 1 parent 80056d5 commit ddcd9ca Copy full SHA for ddcd9ca
File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -154,14 +154,21 @@ const Voice: React.FC = function () {
154
154
connect : ( ) => void ;
155
155
destroy : ( ) => void ;
156
156
} ;
157
- const audio : MediaTrackConstraints = {
157
+ const audio = {
158
+ deviceId : undefined as unknown as string ,
158
159
autoGainControl : false ,
159
160
channelCount : 2 ,
160
161
echoCancellation : false ,
161
162
latency : 0 ,
162
- noiseSuppression : true ,
163
+ noiseSuppression : false ,
163
164
sampleRate : 48000 ,
164
165
sampleSize : 16 ,
166
+ googEchoCancellation : false ,
167
+ googAutoGainControl : false ,
168
+ googAutoGainControl2 : false ,
169
+ googNoiseSuppression : false ,
170
+ googHighpassFilter : false ,
171
+ googTypingNoiseDetection : false
165
172
} ;
166
173
167
174
// Get microphone settings
You can’t perform that action at this time.
0 commit comments