I have audio files of differnt types (wav, mp3...) in a Azure Blob Storage. I want to stream them but i also want to stream them from a specific position in the audio file. So for example i want a stream to start at 0:00 seconds and another one to start at 01:15 seconds of the file.
Is this somehow possible? I know that there is the Method "DownloadRangeToStream". Is this possible with this method? Even if this works i think that there will be problems with the offset because the Header of the File is missing right?
I would appreciate any input!
Thanks for your help, Metabolic