audio: asio "downmix" 7.1 to stereo (#736)

## Link to GitHub Issue or related Pull Request, if one exists
#730 

## Description of change
Add an option that extracts channels from 7.1 ASIO and presents to 2-ch
ASIO. Same idea as the SDVX 2ch fix except for gitadora we are
duplicating the center channel to front.

## Testing
Tested SDVX and GFDM Arena.
This commit is contained in:
bicarus
2026-06-06 03:11:40 -07:00
committed by GitHub
parent f23c359114
commit 0457262472
5 changed files with 370 additions and 88 deletions
+1
View File
@@ -202,6 +202,7 @@ namespace launcher {
AsioDriverName,
AudioDummy,
DownmixAudioToStereo,
AsioDownmixToStereo,
VolumeBoost,
AudioResample,
AudioExclusiveBuffer,