Skip to content

Commit 57ce430

Browse files
committed
Something to re-run blocked CI
1 parent 4798e12 commit 57ce430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/webaudio/audioworklet_emscripten_locks.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ EM_JS(void, addButton, (), {
165165
void processorCreated(EMSCRIPTEN_WEBAUDIO_T ctx, bool success, void* data) {
166166
assert(success && "Audio worklet failed in processorCreated()");
167167
emscripten_out("Audio worklet processor created");
168-
// Single stereo output
168+
// Single mono output
169169
int outputChannelCounts[1] = { 1 };
170170
EmscriptenAudioWorkletNodeCreateOptions opts = {
171171
.numberOfOutputs = 1,

0 commit comments

Comments
 (0)