Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
audiounit: fix surround input on stereo output
setPreferredOutputNumberOfChannels can fail, don't configure more channels than accepted. The OS will drop the extra channels instead of downmixing it. When I first tested it, the apple TV was configured to always accept surround even with a stereo output (Change Format = Off) but this is not necessarily the case.
- Loading branch information