We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6825e11 commit 6633aa0Copy full SHA for 6633aa0
src/microphone.js
@@ -46,7 +46,7 @@ function init(Survey) {
46
mimeType: 'audio/webm',
47
audioBitsPerSecond: 44100,
48
sampleRate: 44100,
49
- bufferSize: 32768,
+ bufferSize: 16384,
50
numberOfAudioChannels: 1
51
};
52
console.log("successCallback");
0 commit comments