detomon/bliplay-wasm

Licence

Closed this issue · 1 comments

I recently downloaded and implemented bliplay.js, bliplay.wasm, controller.js and app.js into my own (currently private) web project so I could play custom .blip files instead of needing the client to download far larger .wav files.
However, it was only after I got it all set up and functioning when I realised that, unlike the bliplay repo, this one has no licence specified.

Is it possible for me to use this code in my own project, provided that I give credit, or would you rather me build my own web assembly version of bliplay?

Thanks for letting me know! That was an oversight, the license is now also MIT. I also updated the bliplay submodule to the newest version and recompiled bliplay.wasm and the corresponding bliplay.js. And there are some changes in controller.js which fix a problem when compiling with the newest emcc version when loading .wav files.