We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent add0ae5 commit efc3f5dCopy full SHA for efc3f5d
src/audio/android/recorder.ts
@@ -36,7 +36,6 @@ export class TNSRecorder {
36
this._recorder.reset();
37
} else {
38
if (options.encoder === ANDROID_ENCODER_PCM || options.encoder === ANDROID_ENCODER_PCM_16) {
39
- console.log('WaveRecorder');
40
//@ts-ignore
41
this._wavrecorder = new com.github.squti.androidwaverecorder.WaveRecorder(options.filename);
42
0 commit comments