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 4a963ad commit 275da7cCopy full SHA for 275da7c
src/bundles/stereo_sound/functions.ts
@@ -114,7 +114,7 @@ function start_recording(mediaRecorder: MediaRecorder) {
114
const recording_signal_duration_ms = 100;
115
116
function play_recording_signal() {
117
- play(sine_sound(1200, recording_signal_duration_ms / 1000));
+ play_concurrently(sine_sound(1200, recording_signal_duration_ms / 1000));
118
}
119
120
// eslint-disable-next-line @typescript-eslint/no-shadow
0 commit comments