public marks

PUBLIC MARKS from srcmax with tags html5 & "web audio"

14 October 2013 17:15

howler.js - Modern Web Audio Javascript Library - GoldFire Studios

(via)
We were presented with this very question while developing our new HTML5 game and set out to find a library that provided the functionality we needed, without all of the bloat, while still supporting the majority of browsers. Unfortunately, we didn't find anything that met our needs. So, we decided to create our own library and open source it. This library works great for games, but it can work just as well for any other audio-related web app.

14 October 2013 16:45

Getting Started with Web Audio API - HTML5 Rocks

The Web Audio API is a high-level JavaScript API for processing and synthesizing audio in web applications. The goal of this API is to include capabilities found in modern game audio engines and some of the mixing, processing, and filtering tasks that are found in modern desktop audio production applications. What follows is a gentle introduction to using this powerful API.