Skip to content

Commit ac98c9e

Browse files
committed
Typo
1 parent f6a78ae commit ac98c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/webaudio/audioworklet_in_out_stereo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ bool onClick(int type, const EmscriptenMouseEvent* e, void* data) {
9292
void processorCreated(EMSCRIPTEN_WEBAUDIO_T context, bool success, void* data) {
9393
if (success) {
9494
printf("Audio worklet processor created\n");
95-
printf("Click the toggle audio playback\n");
95+
printf("Click to toggle audio playback\n");
9696

9797
// Stereo output, two inputs
9898
int outputChannelCounts[1] = { 2 };

0 commit comments

Comments
 (0)