mihai8804858 / swift-chunked-audio-player

Simple audio player for sync / async chunked audio streams
MIT License
25 stars 5 forks source link

Update to ReadMe -- Listening for changes #15

Closed ClayGriifith closed 1 month ago

ClayGriifith commented 1 month ago

Thanks so much for making swift-chunked-audio-player. I have it working in my app now with no issues at all -- the recent update fixed a weird thing I was seeing where some streamed playback stopped prematurely (I assume due to how remaining time was being monitored). Great work.

Unless I'm mistaken, the docs/ReadMe needs a slight update to the Listening for Changes bit. I believe this now uses CurrentState, not State.

That took me some time to troubleshoot initially. Thanks again,

CG

mihai8804858 commented 1 month ago

Thanks, updated README file.