Skip to content

Commit 7d83a80

Browse files
committed
Renamed shared file
1 parent fa98888 commit 7d83a80

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

test/webaudio/audioworklet_2x_in_hard_pan.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#define AUDIO_STACK_SIZE 3072
1313

1414
// Shared file playback and bootstrap
15-
#include "audioworklet_test_shared.inl"
15+
#include "audioworklet_test_shared.inc"
1616

1717
// Callback to process and copy the audio tracks
1818
bool process(int numInputs, const AudioSampleFrame* inputs, int numOutputs, AudioSampleFrame* outputs, int numParams, const AudioParamFrame* params, void* data) {

test/webaudio/audioworklet_2x_in_out_stereo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#define AUDIO_STACK_SIZE 6144
1212

1313
// Shared file playback and bootstrap
14-
#include "audioworklet_test_shared.inl"
14+
#include "audioworklet_test_shared.inc"
1515

1616
// Callback to process and copy the audio tracks
1717
bool process(int numInputs, const AudioSampleFrame* inputs, int numOutputs, AudioSampleFrame* outputs, int numParams, const AudioParamFrame* params, void* data) {

test/webaudio/audioworklet_in_out_mono.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#define AUDIO_STACK_SIZE 2048
1313

1414
// Shared file playback and bootstrap
15-
#include "audioworklet_test_shared.inl"
15+
#include "audioworklet_test_shared.inc"
1616

1717
// Callback to process and mix the audio tracks
1818
bool process(int numInputs, const AudioSampleFrame* inputs, int numOutputs, AudioSampleFrame* outputs, int numParams, const AudioParamFrame* params, void* data) {

test/webaudio/audioworklet_in_out_stereo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#define AUDIO_STACK_SIZE 4096
1313

1414
// Shared file playback and bootstrap
15-
#include "audioworklet_test_shared.inl"
15+
#include "audioworklet_test_shared.inc"
1616

1717
// Callback to process and mix the audio tracks
1818
bool process(int numInputs, const AudioSampleFrame* inputs, int numOutputs, AudioSampleFrame* outputs, int numParams, const AudioParamFrame* params, void* data) {
File renamed without changes.

0 commit comments

Comments
 (0)