kittykatattack / sound.js

A micro-library to load, play and generate sound effects and music for games and interactive applications
300 stars 44 forks source link

Add m4a/aac file type to list of supported audio file types #34

Open jrwarwick opened 3 months ago

jrwarwick commented 3 months ago

Simple addition to the list of supported file type file name extensions, along with supporting demo file (public domain) and doc updates. Resolves #33 . @theusaf has a fuller and richer set of changes that inspired this (https://github.com/theusaf/sound.js) but it looks like it never made it to Pull Request.

theusaf commented 3 months ago

Oops. Must have forgotten about those changes somehow