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
Hi DigitalDJ, you seem to be the most active contributor to AudioStreamer, that's why I thouht I share my findings here.
I think there is one problem, when AudioStreamer is in the AS_BUFFERING state and then an EOF from the stream turnes up.
The streamer should be put in the AS_FLUSHING_EOF state then (at the same place when an EOF happens while the state is WAITING_FOR_DATA).
Otherwise the last bits of audio will never be streamed.
Can't provide a patch, as my own code did too many changes to the original already.
The text was updated successfully, but these errors were encountered:
I agree. When playing from a file, the last seconds of a file will not be played, when EOF is hit. I'll have to try to find a fix for this... in the meantime I vote this up.
Hi DigitalDJ, you seem to be the most active contributor to AudioStreamer, that's why I thouht I share my findings here.
I think there is one problem, when AudioStreamer is in the AS_BUFFERING state and then an EOF from the stream turnes up.
The streamer should be put in the AS_FLUSHING_EOF state then (at the same place when an EOF happens while the state is WAITING_FOR_DATA).
Otherwise the last bits of audio will never be streamed.
Can't provide a patch, as my own code did too many changes to the original already.
The text was updated successfully, but these errors were encountered: