Skip to content

Commit dbc7cee

Browse files
committed
Added description of the test
1 parent 5163588 commit dbc7cee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/webaudio/audioworklet_in_out_stereo.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
#include <emscripten/em_js.h>
66
#include <emscripten/webaudio.h>
77

8+
// Tests processing two stereo audio inputs being mixed to a single stereo audio
9+
// output in process() (by adding the inputs together).
10+
811
// This needs to be big enough for the stereo output, 2x inputs and the worker stack
912
#define AUDIO_STACK_SIZE 4096
1013

0 commit comments

Comments
 (0)