Skip to content

Commit 6633aa0

Browse files
baminmrudmitry-kurmanov
authored andcommitted
microphone.js change buffer size for EDGE (#46)
1 parent 6825e11 commit 6633aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/microphone.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function init(Survey) {
4646
mimeType: 'audio/webm',
4747
audioBitsPerSecond: 44100,
4848
sampleRate: 44100,
49-
bufferSize: 32768,
49+
bufferSize: 16384,
5050
numberOfAudioChannels: 1
5151
};
5252
console.log("successCallback");

0 commit comments

Comments
 (0)