File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
840840SINE_16_CHANNELS = TestAudio (
841841 filename = "16ch.wav" ,
842842 default_stream_index = 0 ,
You can’t perform that action at this time.
0 commit comments