You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Windows issue, not RTAudio. This is more a question about mitigation.
When querying a USB interface (chipset is https://www.ti.com/product/PCM2902), GetMixFormat() always reports a 1 channel input device rather the preferred, and available, stereo option.
This is a Windows issue, not RTAudio. This is more a question about mitigation.
When querying a USB interface (chipset is https://www.ti.com/product/PCM2902), GetMixFormat() always reports a 1 channel input device rather the preferred, and available, stereo option.
When enumerating devices and capabilities the WASAPI backend creates an IAudioClient instance and then calls GetMixFormat(): https://github.com/g40/rtaudio/blob/master/RtAudio.cpp#L5164.
Questions:
IsFormatSupported()
and friends.[1] Linux/Mint/ALSA - looks correct.
[2] Windows 10 22H2 x64
The text was updated successfully, but these errors were encountered: