Skip to content

Commit a453ad5

Browse files
committed
Tidy
1 parent 3559080 commit a453ad5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

test/webaudio/audioworklet_2x_in_hard_pan.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
// Helper for MEMORY64 to cast a void* to an audio context or type
1717
#define VOIDP_2_WA(ptr) ((EMSCRIPTEN_WEBAUDIO_T) (intptr_t) ptr)
1818

19-
2019
// Count the audio callbacks and return after 375 frames (1 second with the default 128 size)
2120
//
2221
// *** Remove this in your own code ***

test/webaudio/audioworklet_2x_in_out_stereo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ void processorCreated(EMSCRIPTEN_WEBAUDIO_T context, bool success, void* data) {
137137
void initialised(EMSCRIPTEN_WEBAUDIO_T context, bool success, void* data) {
138138
if (!success) {
139139
printf("Audio worklet failed to initialise\n");
140-
return;
140+
return;
141141
}
142142
printf("Audio worklet initialised\n");
143143

0 commit comments

Comments
 (0)