-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Report 1 channel for builtin input devices
The builtin mic is always mono. Except when VPIO is live somewhere on the system, as it is then 3, at least on modern MacBooks (with a mic array). For this reason, and that mixing those 3 channels does not result in good audio, we already force VPIO with the builtin mic. To properly pass tests on a local machine with a builtin mic, and to have clients not be fooled in a way resulting in us having to upmix input audio, we override the builtin mic's reported channel count and always report 1.
- Loading branch information
Showing
1 changed file
with
17 additions
and
10 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