Javascript – How to play chunked audio file without waiting for fetch to complete?
Is it possible to start playing audio using MediaSource (or something) without waiting for the complete data to be received ? For example, I have a very large audio file (several hours long) served using chunked transfer encoding, and I…