You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XNA_Song: Detect end-of-stream via the song length, not the decode length.
This is important for songs that are _exactly_ X seconds, because the decode
length will always be the buffer size, so it would never detect the end of the
stream until it decoded exactly 0, which wouldn't trip a buffer submission and
therefore FAUDIO_END_OF_STREAM would never get sent.
0 commit comments