CreateJS / SoundJS

A Javascript library for working with Audio. It provides a consistent API for loading and playing audio on different browsers and devices. Currently supports WebAudio, HTML5 Audio, Cordova / PhoneGap, and a Flash fallback.
http://createjs.com/
MIT License
4.42k stars 838 forks source link

Use registerSound function to register an audio by using a base64 or binary string rather than a path #239

Closed gmiano closed 7 years ago

gmiano commented 8 years ago

Hello, I am trying to register within Soundjs API a new sound which is stored in a variable as a base64 string. Is it possible?

Thanks for reply.

gmiano commented 8 years ago

Nobody can help me?

My scenario is something like this:

I would like to register these tracks in soundjs to use them within an Animate CC project. Is it possible to use data to register an audio rather than an URL.

lannymcnie commented 7 years ago

Closing this in favour of the duplicate #200