Skip to content

Commit

Permalink
stereo_sound: fix record and record_for (#237)
Browse files Browse the repository at this point in the history
* fix recording

* fixing stereo also
  • Loading branch information
martin-henz authored Sep 9, 2023
1 parent 4a963ad commit 275da7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bundles/stereo_sound/functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function start_recording(mediaRecorder: MediaRecorder) {
const recording_signal_duration_ms = 100;

function play_recording_signal() {
play(sine_sound(1200, recording_signal_duration_ms / 1000));
play_concurrently(sine_sound(1200, recording_signal_duration_ms / 1000));
}

// eslint-disable-next-line @typescript-eslint/no-shadow
Expand Down

0 comments on commit 275da7c

Please sign in to comment.