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
2014-03-14
Fix typo in comment.
Jukka Jylänki
2014-03-14
Fix OpenAL library to work with old Web Audio API syntax that exists in Safar...
Jukka Jylänki
2014-03-05
remove stale dependencies in openal
Alon Zakai
2014-02-23
Changed alcOpenDevice so it works with Safari 6 and newer.
patchanka
2014-01-28
add alGetBufferi
Charlie Birks
2014-01-28
alcGetIntegerv fixes
Charlie Birks
2014-01-28
improve alcGetString
Charlie Birks
2014-01-28
alGetString fixes from review
Charlie Birks
2014-01-27
improve alGetString
Charlie Birks
2014-01-27
add alcGetIntegerv
Charlie Birks
2014-01-27
add alIsSource
Charlie Birks
2014-01-26
fix variable name in alListenerfv
Anthony Pesch
2014-01-25
Add get&set for source direction and cone values
James Urquhart
2014-01-25
Use correct index for alIsBuffer
James Urquhart
2014-01-25
Use correct error handling for new OpenAL functions
James Urquhart
2014-01-24
Implement alGetSourcefv
James Urquhart
2014-01-24
Implement basic stub for alEnable & alDisable
James Urquhart
2014-01-24
Implement alIsBuffer
James Urquhart
2014-01-24
Implement listener gain & get functions for OpenAL
James Urquhart
2013-11-07
Add more names for functions that show up in Firefox profiler as anonymous.
Jukka Jylänki
2013-09-04
Revert "reimplement getCurrentTime"
Anthony Pesch
2013-08-23
Don't set context error when there is no context.
Daft-Freak
2013-08-12
reimplement getCurrentTime
ToadKing
2013-08-12
Merge pull request #1506 from inolen/openal_fixes
Alon Zakai
2013-08-12
moved OpenAL helper functions to AL object
Anthony Pesch
2013-08-11
fix bug in alcDestroyContext
ToadKing
2013-08-07
updated bad function formatting
Anthony Pesch
2013-07-30
- fixed AudioBufferSourceNode start call, pass it an asbsolute time, not rel...
Anthony Pesch
2013-07-30
- Added debugging info
Anthony Pesch
2013-07-30
First pass at buffer queueing
Anthony 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-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
[next]