-
Notifications
You must be signed in to change notification settings - Fork 91
Add --no-surround to disable surround channel mapping assumptions #19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
…d also explicitly specify coupled channel pairs.
|
Would How do you use the BTW, one of the reasons |
|
I think My initial plan for My preferred DAW, Reaper, does not appear to offer any render options like specifying discrete vs. surround channel mapping. It does offer a It seems in the RF64 format (WAVE_FORMAT_EXTENSIBLE), the presence of |
|
I updated the |
|
Are there changes required for this PR to be accepted? |
|
I ams interested in this functionality. Is there any reason this wasn't merged? |
|
This simple fix at least provides an option for all uncoupled streams #80 |
Added
--no-surroundcommand-line option to disable surround-sound channel mapping assumptions made end-to-end from input to output.Added
--coupled n,m,...command-line option to specify a custom set of coupled channels when--no-surroundis used for arbitrary stereo processing within the input channel set. Couplings are specified by the first channel number (1-based) of the pair to couple; multiple couplings are delimited by commas. For example,--coupled 1,4means to couple 1/2 and 4/5,--coupled 1means to only couple 1/2,--coupled 1,3,5means to couple 1/2, 3/4, and 5/6, etc. All remaining input channels are assumed to be uncoupled.