index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
library_openal.js
Age
Commit message (
Expand
)
Author
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-05
Added alcGetContextsDevice and alcGetCurrentContext functions.
Éloi Rivard
2013-03-26
Adjust the distance model and rolloff factor for OpenAL
Ehsan Akhgari
2013-03-22
Set the correct panning model
Ehsan Akhgari
2013-03-20
Implement alcGetError
Ehsan Akhgari
2013-03-20
Remove two other workarounds
Ehsan Akhgari
2013-03-20
Revert "Work around two Firefox bugs"
Ehsan Akhgari
2013-03-20
alcGetError
Alon Zakai
2013-03-20
Fix a bunch of makeSetValue calls in the OpenAL backend
Ehsan Akhgari
2013-03-19
fix OpenAL makeGetValue indices
Vladimir Vukicevic
2013-03-19
Use the equalpower panning model
Ehsan Akhgari
2013-03-19
Fix a typo
Ehsan Akhgari
2013-03-19
Implement alListenerfv
Ehsan Akhgari
2013-03-19
Only pause/resume in progress sources if the buffer being played back is the ...
Ehsan Akhgari
2013-03-17
Hide all of the console.* stuff behind a compile time flag
Ehsan Akhgari
2013-03-15
Fix a typo
Ehsan Akhgari
2013-03-15
Implement alDeleteSources
Ehsan Akhgari
2013-03-15
Implement alDeleteBuffers
Ehsan Akhgari
2013-03-15
Implement alSourceUnqueueBuffers
Ehsan Akhgari
2013-03-15
Add tests for playback states
Ehsan Akhgari
2013-03-15
Implement alGetSourcei
Ehsan Akhgari
2013-03-15
Implement proper pause/replay support
Ehsan Akhgari
2013-03-15
Use the correct function name
Ehsan Akhgari
2013-03-15
Rework the playback infrastructure to be able to support stopping
Ehsan Akhgari
2013-03-15
Remove the unneeded struct
Ehsan Akhgari
2013-03-15
Fix another off-by-one bug
Ehsan Akhgari
2013-03-15
Work around two Firefox bugs
Ehsan Akhgari
2013-03-15
Fix the pointer math and floating point conversion in alBufferData
Ehsan Akhgari
2013-03-15
Avoid the local data variable mask the data argument
Ehsan Akhgari
2013-03-15
Fix the format switch in alBufferData
Ehsan Akhgari
2013-03-15
Fix bounds checking for buffers
Ehsan Akhgari
2013-03-15
Fix alGenBuffers
Ehsan Akhgari
2013-03-15
Implement alSourcePlay
Ehsan Akhgari
2013-03-15
Access destination off of AudioContext
Ehsan Akhgari
2013-03-15
Fix context creation and making it current
Ehsan Akhgari
2013-03-15
Support 0 names for buffers and sources
Ehsan Akhgari
2013-03-15
Implement alSoucefv
Ehsan Akhgari
2013-03-15
Add a panner node to the graph
Ehsan Akhgari
2013-03-15
Finish alSourcei, implement alSourcef and alSourceQueueBuffers
Ehsan Akhgari
2013-03-15
Finish up alSourcei
Ehsan Akhgari
2013-03-15
Initial implementation of some of the OpenAL APIs
Ehsan Akhgari