Skip to content

Commit

Permalink
fix recording (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-henz committed Sep 9, 2023
1 parent 5677abc commit 4a963ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bundles/sound/functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const recording_signal_ms = 100;
const pre_recording_signal_pause_ms = 200;

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

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

0 comments on commit 4a963ad

Please sign in to comment.