Reply to thread

Device selection for Shared mode is fixed now. New build in first post!


@[USER=48781]BassFan[/USER] @[USER=10391]hwahrmann[/USER] I still fighting an issue with the Mixer in shared mode. While in all other cases the stream end is handled correctly (DirectSound, WASAPI exclusive), the shared mode doesn't seem stop playback.


I tried to attach handlers for Stream end like:

Bass.BASS_ChannelSetSync(stream.Handle, BASSSync.BASS_SYNC_FREE | BASSSync.BASS_SYNC_MIXTIME, 0, OnPlaybackEnd,...


But this doesn't work in current code: no callback happens and mixer will be read after finish. How do I get noticed of playback end in this case?


Top Bottom