Allow specify other channel counts for PortAudio playback
commit2538d6e735ad07ab280993f5dcb452d965a32d1f
authorChris Robinson <chris.kcat@gmail.com>
Sun, 7 Apr 2024 05:05:08 +0000 (6 22:05 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Sun, 7 Apr 2024 05:05:08 +0000 (6 22:05 -0700)
tree55923aec5a82d1fd0f4cc1f0199e2032717c8aae
parentfdd16434c663b68fbddd6fe2c97a9e0c66b1f15e
Allow specify other channel counts for PortAudio playback

The default channel configuration is stereo. The user is responsible for
ensuring the requested channels are compatible with the device configuration
since PortAudio provides no way to check.
alc/backends/portaudio.cpp