0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 6 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
final tweaks to readme. More... over 10 years ago
touched up readme More... over 10 years ago
updated readme as that an alternative web audio API that is easy to use now exists. More... over 10 years ago
added gitigore so I can lock my todo list out of the repo. More... over 10 years ago
added jquery to the repo to allow for offline testing. More... over 10 years ago
minor indentation changes and cleanup More... over 10 years ago
added readme More... over 11 years ago
cleared warnings in firefox for setting src to nil string More... over 11 years ago
fallback audio support is dissabled for IE by default right now because it's latency is rediculous. More... over 11 years ago
fallback audio support is dissabled for IE by default right now because it's latency is rediculous. More... over 11 years ago
fallback audio support is dissabled for IE by default right now because it's latency is rediculous. More... over 11 years ago
added support for IE 9, but its rediculously miss timed in that browser so I need to find a way to dissable it elegantly I think... More... over 11 years ago
The framework should now accept messages to loadFallbackSound(url, name) and also load an array of sound files all at once, loadFallbackSound(['beep.ogg', 'beep_for_safari.mp3'], 'beep') More... over 11 years ago
starting writing fallback support for Safari (and ie) but it turns out Safari 6 doesn't have support for html audio tags. More... over 11 years ago
added link to css-tricks More... over 11 years ago
Adding in a demo so people can test it out easier without me having to pester Chris about updates to the article every other day. More... over 11 years ago
Can now order the url array so that .ogg will always appear first. Everything seems to be working, but Safari and IE seem to have more in common than Chrome and Safari it would seem... I need to decide whether safari 5 handling should be added to the code base... More... over 11 years ago
Code is now working with passing in an array to loadSound and automatically populate the fallback... Now I need to make sure .mp3 is set to the fallback and .ogg is set to primary, just in case the user puts them in a different order. Also have lots of refactoring to do. Thanks again Apple... More... over 11 years ago
reworded a comment More... over 11 years ago
made the library every so slightly less intrusive More... over 11 years ago
future proofed the api for when mozAudioAPI is online. Also prettied up code apperance. More... over 11 years ago
fixed a critical bug where the variable context wasn't bound to the local scope somehow... and it was able to snag globals named 'context' More... over 11 years ago
removed alert message that we're using a fallback to html5 audio elements More... over 11 years ago
initial commit More... over 11 years ago