Skip to content

Commit 4a963ad

Browse files
authored
fix recording (#236)
1 parent 5677abc commit 4a963ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bundles/sound/functions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ const recording_signal_ms = 100;
127127
const pre_recording_signal_pause_ms = 200;
128128

129129
function play_recording_signal() {
130-
play(sine_sound(1200, recording_signal_ms / 1000));
130+
play_concurrently(sine_sound(1200, recording_signal_ms / 1000));
131131
}
132132

133133
// eslint-disable-next-line @typescript-eslint/no-shadow

0 commit comments

Comments
 (0)