khanat-code-old/code/nel/src/sound/driver
2012-04-09 20:18:13 +02:00
..
dsound Changed: New option WITH_INSTALL_LIBRARIES which allows user to install only final binaries and no development files (header, static libraries, etc...) 2011-09-11 14:44:37 +02:00
fmod Added: Log warnings when setting excessively high max distances on sound sources 2012-04-09 20:00:53 +02:00
openal Reverted: a1603fc4efbf Only release internal resources in driver destructor, not the driver classes, otherwise there will be crashes on exit. The driver classes are deleted by the application. 2012-04-09 20:18:13 +02:00
xaudio2 Added: Log warnings when setting excessively high max distances on sound sources 2012-04-09 20:00:53 +02:00
buffer.cpp Changed: #1030 Implement music streaming in OpenAL driver 2010-07-27 17:43:36 +02:00
CMakeLists.txt Changed: New option WITH_INSTALL_LIBRARIES which allows user to install only final binaries and no development files (header, static libraries, etc...) 2011-09-11 14:44:37 +02:00
effect.cpp Changed: #1030 Implement music streaming in OpenAL driver 2010-07-27 17:43:36 +02:00
listener.cpp Changed: #1030 Implement music streaming in OpenAL driver 2010-07-27 17:43:36 +02:00
music_buffer.cpp Reverted: 2424536ec6f9 The setAsyncLoading function is used for a different purpose. In our case, async means that the file is read on the fly, and otherwise it is fully loaded into memory before being encoded. Synchronous mode is used for example during loading when hard disk access is not guaranteed. 2012-04-09 18:42:31 +02:00
music_buffer_vorbis.cpp Changed: #1249 Endianness problems while access to disk or memory (patch provided by Jeru) 2011-02-08 18:57:24 +01:00
music_channel.cpp Changed: #1030 Implement music streaming in OpenAL driver 2010-07-27 17:43:36 +02:00
sound_driver.cpp Changed: #1251 NeL can't find selected drivers in CMake 2011-02-24 18:01:31 +01:00
source.cpp Reverted: dc87ef1a34b6 Parameter distMax depends on fixed values in sheets and other code. Using this to switch between rolloff and minimum sound is likely causing the glitchy sound volumes of background sounds. Must be fixed in whatever code is using too large value of distMax instead, and not here. 2012-04-09 19:03:48 +02:00
stdsound_lowlevel.cpp Fixed: Removed dummyToAvoidStupidCompilerWarning functions to fix compilation if std*.cpp are included more than once 2010-09-28 11:18:21 +02:00
stdsound_lowlevel.h Changed: #1030 Implement music streaming in OpenAL driver 2010-07-27 17:43:36 +02:00