Hi there,
I'm trying to get surround sound to work on a RPi 2 with Raspbian and Mono/Bass.NET and ALSA with a 7.1 USB sound card. I'm somewhat puzzled on how to get the surround to work.
The sound card works, speaker-test can play to all 8 channels. In my code I doubled checked the right device (the usb sound card) is selected with BASS_Init, which I also set as main device for ALSA.
After BASS_Init(deviceNo, 44100, initFlags, IntPtr.Zero) and querying BASS_GetInfo() it reports 2 speakers, even when I pass the BASS_DEVICE_SPEAKERS flag. (Which I find strange since doing this in a Windows Desktop environment does report 8 speakers.)
I must admit my knowledge to Linux is moderate, and knowledge of ALSA poor, and this problem probably might not be related to Bass at all, I still hope someone can point me in the right direction!
Kind regards, nibbo