This website requires JavaScript.
Explore
Help
Sign In
LOVE
/
love
Watch
1
Star
0
Fork
0
You've already forked love
mirror of
https://github.com/love2d/love.git
synced
2026-08-16 08:11:02 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c26315dd4d16d0636eb97c218cdc358a56991884
love
/
src
/
modules
/
audio
/
openal
T
History
Alex Szpakowski
c26315dd4d
Actually a stop() in the Audio module destructor is redundant, since stop() is called by the Source pool when it's deleted (also in the destructor.)
2015-01-15 16:39:27 -04:00
..
Audio.cpp
Actually a stop() in the Audio module destructor is redundant, since stop() is called by the Source pool when it's deleted (also in the destructor.)
2015-01-15 16:39:27 -04:00
Audio.h
Updated copyright for the new year
2014-12-31 19:32:43 -04:00
Pool.cpp
Updated copyright for the new year
2014-12-31 19:32:43 -04:00
Pool.h
Updated copyright for the new year
2014-12-31 19:32:43 -04:00
Source.cpp
The existence of the AL_EXT_MCFORMATS OpenAL extension is checked when creating 5.1 and 7.1 (6 and 8 channel) Sources. love.audio.newSource now errors if the channel count and bit-depth combination of the Source isn't supported.
2015-01-15 15:59:15 -04:00
Source.h
Updated copyright for the new year
2014-12-31 19:32:43 -04:00