Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SoundJS does not support data URIs #120

Open
theraccoonbear opened this issue Nov 15, 2014 · 2 comments · May be fixed by #322
Open

SoundJS does not support data URIs #120

theraccoonbear opened this issue Nov 15, 2014 · 2 comments · May be fixed by #322
Assignees

Comments

@theraccoonbear
Copy link

Currently SoundJS will not load/play audio data in a data URI.

@MichalLytek
Copy link

And 3 years later it still can't? We have to fall back to pure JS audio player API?

@porglezomp
Copy link

Use a source object like { src: { mp3: URL.createObjectURL(blob) }, type: "sound" }. I still ran into bugs with this, but I'm opening a PR to fix those.

@porglezomp porglezomp linked a pull request Jan 13, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants