Skip to content

Commit 6ceff2e

Browse files
committed
Clean up
1 parent 6cd0bf9 commit 6ceff2e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/bundle/src/speech/createMicrophoneAudioConfigAndAudioContext.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ function createMicrophoneAudioConfig(options: MicrophoneAudioInputStreamOptions)
5555
// Related to #4523.
5656
// Pass "true" as required by microsoft-cognitiveservices-speech-sdk (see #4523).
5757
const pcmRecorder = new PcmRecorder(true);
58-
// const pcmRecorder = new PcmRecorder();
5958

6059
pcmRecorderWorkletUrl && pcmRecorder.setWorkletUrl(pcmRecorderWorkletUrl);
6160

0 commit comments

Comments
 (0)