Skip to content

Commit f042228

Browse files
committed
reuse sine_mono_s32.wav in resource
1 parent 1455d9c commit f042228

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/resources/16ch.wav

0 Bytes
Binary file not shown.

test/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -835,8 +835,8 @@ def sample_format(self) -> str:
835835
},
836836
)
837837

838-
# 16-channel audio for testing multi-channel (>8) support. Generated with:
839-
# ffmpeg -f lavfi -i "sine=f=440:r=16000:d=1" -filter_complex "[0]asplit=16[s0][s1][s2][s3][s4][s5][s6][s7][s8][s9][s10][s11][s12][s13][s14][s15];[s0][s1][s2][s3][s4][s5][s6][s7][s8][s9][s10][s11][s12][s13][s14][s15]amerge=inputs=16" -c:a pcm_s16le test/resources/16ch.wav
838+
# 16-channel audio for testing support for >8 channels. Generated with:
839+
# ffmpeg -i test/resources/sine_mono_s32.wav -t 1 -filter_complex "[0]asplit=16[s0][s1][s2][s3][s4][s5][s6][s7][s8][s9][s10][s11][s12][s13][s14][s15];[s0][s1][s2][s3][s4][s5][s6][s7][s8][s9][s10][s11][s12][s13][s14][s15]amerge=inputs=16" -c:a pcm_s16le test/resources/16ch.wav
840840
SINE_16_CHANNELS = TestAudio(
841841
filename="16ch.wav",
842842
default_stream_index=0,

0 commit comments

Comments
 (0)