Hi Ian
Because you wrote that the mixer is not necessary with WASAPI, a few questions:
Where can i set Volume?
Bass.BASS_ChannelSetAttribute(stream, BASSAttribute.BASS_ATTRIB_VOL, volume)
dont work without mixer.
The function is succesful and with Bass.BASS_ChannelGetAttribute(stream, BASSAttribute.BASS_ATTRIB_VOL, ref value) value is correct.
But no change can be heard.
The volume only changes with BassWasapi.BASS_WASAPI_SetVolume. What am I doing wrong?
Playback without mixer is not ok with mp3(22050 Hz). It is played back too fast. What do I have to change? Wasapi is initialized with
BASSWASAPIInit.BASS_WASAPI_EXCLUSIVE | BASSWASAPIInit.BASS_WASAPI_AUTOFORMAT | BASSWASAPIInit.BASS_WASAPI_BUFFER.
The DAC shows 44.1 kHz