WASAPI_Notification_Interfaces/TODO.txt

6 lines
543 B
Plaintext

This file keeps track of where I am up to and what the next steps are in this project.
When an audio session is finished it seems to just have the state changed to expired rather then being marked as disconnected.
The session control needs to be removed from the list on session disconnection/expiry.
Currently when sessions are created there is a memory out of bounds access error and the program crashes.
This was not previosuly happening, it seems to be occuring before the callback to IAudioSessionNotificaiton::OnSessionCreated().