Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
transcoding: handle change of audio format
Note, that this also introduces an audio encoder behavioural change. Before, if the number of input channels was lower than the audio channels setting, the input channel number was used instead of the setting. Now, if the number of input channels is lower, the audio is upmixed to the configured number of channels, as the number of channels of the input may change to be the same as the audio channels setting.
- Loading branch information
Showing
1 changed file
with
56 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters