We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5163588 commit dbc7ceeCopy full SHA for dbc7cee
test/webaudio/audioworklet_in_out_stereo.c
@@ -5,6 +5,9 @@
5
#include <emscripten/em_js.h>
6
#include <emscripten/webaudio.h>
7
8
+// Tests processing two stereo audio inputs being mixed to a single stereo audio
9
+// output in process() (by adding the inputs together).
10
+
11
// This needs to be big enough for the stereo output, 2x inputs and the worker stack
12
#define AUDIO_STACK_SIZE 4096
13
0 commit comments