¡@

Home 

javascript Programming Glossary: vorbis

No sound on iOS 6 Web Audio API

http://stackoverflow.com/questions/12517000/no-sound-on-ios-6-web-audio-api

correctly identifies the Web Audio API uses it detects no Vorbis support so falls back to AAC audio decodes a buffer and then..

What Options Are There for Cross-Browser Compatible Audio?

http://stackoverflow.com/questions/13147951/what-options-are-there-for-cross-browser-compatible-audio

to test for Ogg audio support you want to test for Ogg Vorbis specifically. Ogg is a container format that can hypothetically.. format that can hypothetically use other codecs besides Vorbis and Theora but I don't know of any other codecs in widespread.. this appears to be unlikely for now . You can test for Ogg Vorbis like so audio.canPlayType 'audio ogg codecs vorbis ' probably..

Sound effects in JavaScript / HTML5

http://stackoverflow.com/questions/1933969/sound-effects-in-javascript-html5

ogg codecs vorbis to test whether the browser supports Ogg Vorbis. Currently all good browsers support Wave files IE doesn't ...