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 dfccab8 commit e479b81Copy full SHA for e479b81
test/webaudio/audioworklet_in_out_stereo.c
@@ -92,7 +92,7 @@ bool onClick(int type, const EmscriptenMouseEvent* e, void* data) {
92
void processorCreated(EMSCRIPTEN_WEBAUDIO_T context, bool success, void* data) {
93
if (success) {
94
printf("Audio worklet processor created\n");
95
- printf("Click the toggle audio playback\n");
+ printf("Click to toggle audio playback\n");
96
97
// Stereo output, two inputs
98
int outputChannelCounts[1] = { 2 };
0 commit comments