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

Failed when size too large

kayac-chang opened this issue · comments

Excuse me,
I'm try too load a big wav music,
but some problem happened like noise and stop play .
And I try the mp3 format but it doesn't work.

This repo was intended to provide programatic examples of using Fetch & Streams with audio and was not tested with a large WAV. MP3 is not supported.

Also, what's the WAV file size? May help anyone else who stumbles upon this.

Thank you, I got it.
I try 50MB music, 5 mins song.

For large files, Media Source Extensions is recommended