anthumchris / fetch-stream-audio

Low Latency web audio playback examples for decoding audio streams in chunks with Fetch & Streams APIs

Home Page:https://fetch-stream-audio.anthum.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set Position / Scrubbing / Seeking

turbo opened this issue · comments

How can I set the start position within the stream? For example, a user might want to click/seek to a given point in the streamed file and I want to set the player to that position to resume playback from that point (without the waiting for the whole file to load).

Unfortunately, these playback demos do not provide examples for seeking. You may also wish to see the conversation at anthumchris/opus-stream-decoder#1