Changes between Version 27 and Version 28 of AudioChannelManipulation
- Timestamp:
- Jan 23, 2018, 5:32:46 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AudioChannelManipulation
v27 v28 352 352 downmix DL+DR 353 353 }}} 354 355 == Multiple channel layouts. == 356 I had to do 5.1+2.0 in a single WAV file. If you use 2 channel layouts in a Pan filter to do that, it looks like this = 357 {{{ 358 pan=5.1+downmix|FL=c0|FR=c1|FC=c2|LFE=c3|BL=c4|BR=c5|DL=c6|DR=c7. 359 }}} 360 That way, 8 channels in 1 WAV file has all the channels you need.
