I am looked at several audio libs, that support play audio file by url ,but no one give access to audio data, so that i can cache it while playing.
So my question is - Can i cache streaming audio data to file in device?
I found another way in native android
That using intermediate proxy server on device instead of directly download from url, so you have access to audio data and you can write in in file parallel with play. But i need do this using flutter.