Experience-Monks / tech-we-want-to-use

This repo is meant to document technology/libraries/modules we'd like to have
0 stars 1 forks source link

Module: Sound Sprite Sheeting Library #5

Open mikkoh opened 9 years ago

mikkoh commented 9 years ago

Dev Time: 2 days

Create a library which can take an audio file which contains multiple other audio files. This library would be able to playback and control this audio sprite sheet. It should also return events for progress and completion of sounds.

njam3 commented 9 years ago

Howler already handles this pretty well, saves us from reinventing the wheel. https://www.npmjs.com/package/howler

jmckinnell commented 9 years ago

Yeah, Howler 2.0 is really nice. It's not in npm just yet so you have to ssh in the package. https://github.com/goldfire/howler.js/tree/2.0