kirkjerk / lowLagAudio

responsive html5 audio wrapper
http://lowlag.alienbill.com/
88 stars 16 forks source link

Web audio doesnt work in FF even though it supports it #3

Open ghost opened 10 years ago

ghost commented 10 years ago

http://caniuse.com/audio-api but webaudio using lowlag doesnt work on FF

ghost commented 10 years ago

this might be the fix window.AudioContext = window.AudioContext||window.webkitAudioContext;