aboutsummaryrefslogtreecommitdiff
path: root/src/library_openal.js
AgeCommit message (Expand)Author
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
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
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 rel...Anthony Pesch
2013-07-30- Added debugging infoAnthony Pesch
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
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
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
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
2013-03-15Implement alDeleteBuffersEhsan Akhgari
2013-03-15Implement alSourceUnqueueBuffersEhsan Akhgari
2013-03-15Add tests for playback statesEhsan Akhgari
2013-03-15Implement alGetSourceiEhsan Akhgari
2013-03-15Implement proper pause/replay supportEhsan Akhgari
2013-03-15Use the correct function nameEhsan Akhgari
2013-03-15Rework the playback infrastructure to be able to support stoppingEhsan Akhgari
2013-03-15Remove the unneeded structEhsan Akhgari
2013-03-15Fix another off-by-one bugEhsan Akhgari
2013-03-15Work around two Firefox bugsEhsan Akhgari
2013-03-15Fix the pointer math and floating point conversion in alBufferDataEhsan Akhgari
2013-03-15Avoid the local data variable mask the data argumentEhsan Akhgari
2013-03-15Fix the format switch in alBufferDataEhsan Akhgari
2013-03-15Fix bounds checking for buffersEhsan Akhgari
2013-03-15Fix alGenBuffersEhsan Akhgari
2013-03-15Implement alSourcePlayEhsan Akhgari
2013-03-15Access destination off of AudioContextEhsan Akhgari
2013-03-15Fix context creation and making it currentEhsan Akhgari
2013-03-15Support 0 names for buffers and sourcesEhsan Akhgari