The <audio> tag streams the input and plays it. This is not suitable when we have to sync multiple audios. Explained here in SO answer https://stackoverflow.com/a/16498601/287100
So I would like to build an audio player which doesn't stream audio rather it downloads it or uses web audio API. I know how to load audio using API but don't know how to hook up it with progress bar with seeking feature.