aboutsummaryrefslogtreecommitdiff
path: root/src/library_openal.js
AgeCommit message (Collapse)Author
2014-03-14Fix typo in comment.Jukka Jylänki
2014-03-14Fix OpenAL library to work with old Web Audio API syntax that exists in ↵Jukka Jylänki
Safari 6.0.5 at least.
2014-03-05remove stale dependencies in openalAlon Zakai
2014-02-23Changed alcOpenDevice so it works with Safari 6 and newer.patchanka
2014-01-28add alGetBufferiCharlie Birks
2014-01-28alcGetIntegerv fixesCharlie Birks
2014-01-28improve alcGetStringCharlie Birks
2014-01-28alGetString fixes from reviewCharlie Birks
2014-01-27improve alGetStringCharlie Birks
2014-01-27add alcGetIntegervCharlie Birks
2014-01-27add alIsSourceCharlie Birks
2014-01-26fix variable name in alListenerfvAnthony Pesch
2014-01-25Add get&set for source direction and cone valuesJames Urquhart
2014-01-25Use correct index for alIsBufferJames Urquhart
2014-01-25Use correct error handling for new OpenAL functionsJames Urquhart
2014-01-24Implement alGetSourcefvJames Urquhart
2014-01-24Implement basic stub for alEnable & alDisableJames Urquhart
2014-01-24Implement alIsBufferJames Urquhart
2014-01-24Implement listener gain & get functions for OpenALJames Urquhart
2013-11-07Add more names for functions that show up in Firefox profiler as anonymous.Jukka Jylänki
2013-09-04Revert "reimplement getCurrentTime"Anthony Pesch
This reverts commit bd615f6f4499cc2b928c5603ba98d6bd689e608e.
2013-08-23Don't set context error when there is no context.Daft-Freak
2013-08-12reimplement getCurrentTimeToadKing
2013-08-12Merge pull request #1506 from inolen/openal_fixesAlon Zakai
move OpenAL helper functions to AL object
2013-08-12moved OpenAL helper functions to AL objectAnthony Pesch
2013-08-11fix bug in alcDestroyContextToadKing
2013-08-07updated bad function formattingAnthony Pesch
2013-07-30 - fixed AudioBufferSourceNode start call, pass it an asbsolute time, not ↵Anthony Pesch
relative - call updateSource when calling alGetSourcei
2013-07-30- Added debugging infoAnthony Pesch
- Changed source validation conditionals.
2013-07-30First pass at buffer queueingAnthony Pesch
2013-04-05* Fixed OpenAL currentContext.Éloi Rivard
2013-04-05* Added some guards.Éloi Rivard
2013-04-05* Fixed alcGetCurrentContext.Éloi Rivard
2013-04-05* Spaces and indentation.Éloi Rivard
2013-04-05Added alcGetContextsDevice and alcGetCurrentContext functions.Éloi Rivard
Added alcMakeContextCurrent return values.
2013-03-26Adjust the distance model and rolloff factor for OpenALEhsan Akhgari
2013-03-22Set the correct panning modelEhsan Akhgari
2013-03-20Implement alcGetErrorEhsan Akhgari
2013-03-20Remove two other workaroundsEhsan Akhgari
2013-03-20Revert "Work around two Firefox bugs"Ehsan Akhgari
This reverts commit 0dd0d506f77e981258dad30e916c95daeb4aef13. Conflicts: src/library_openal.js
2013-03-20alcGetErrorAlon Zakai
2013-03-20Fix a bunch of makeSetValue calls in the OpenAL backendEhsan Akhgari
2013-03-19fix OpenAL makeGetValue indicesVladimir Vukicevic
2013-03-19Use the equalpower panning modelEhsan Akhgari
2013-03-19Fix a typoEhsan Akhgari
2013-03-19Implement alListenerfvEhsan Akhgari
2013-03-19Only pause/resume in progress sources if the buffer being played back is the ↵Ehsan Akhgari
same as the buffer for the new source
2013-03-17Hide all of the console.* stuff behind a compile time flagEhsan Akhgari
2013-03-15Fix a typoEhsan Akhgari
2013-03-15Implement alDeleteSourcesEhsan Akhgari