Urho3D/Source/Engine/Audio
Lasse Öörni 8463393377 Initial resource background loading API and implementation. Background loading-capable implementation for textures (load image in background thread, upload image to GPU in main thread), other resources todo.
Allow dynamically created profiler block names by copying the name C string.
Texture Load() function with image pointer renamed to SetData() to not confuse with the threaded/nonthreaded resource loading functions.
2014-07-22 01:30:02 +03:00
..
Audio.cpp Bump the copyright for 2014. 2014-02-01 14:37:21 +02:00
Audio.h Bump the copyright for 2014. 2014-02-01 14:37:21 +02:00
AudioDefs.h Bump the copyright for 2014. 2014-02-01 14:37:21 +02:00
BufferedSoundStream.cpp Added BufferedSoundStream class and sound synthesis C++ example. 2014-03-19 09:18:13 +02:00
BufferedSoundStream.h Add URHO3D_API to BufferedSoundStream. [ci skip] 2014-03-19 16:04:54 +08:00
CMakeLists.txt Bump the copyright for 2014. 2014-02-01 14:37:21 +02:00
OggVorbisSoundStream.cpp Added BufferedSoundStream class and sound synthesis C++ example. 2014-03-19 09:18:13 +02:00
OggVorbisSoundStream.h Abstract Ogg Vorbis sound decoding into the SoundStream class. Note: the SoundStream class is deliberately not exposed to scripts, as it requires low-level data access and is used from the sound mixing thread. 2014-03-19 01:08:23 +02:00
Sound.cpp Initial resource background loading API and implementation. Background loading-capable implementation for textures (load image in background thread, upload image to GPU in main thread), other resources todo. 2014-07-22 01:30:02 +03:00
Sound.h Initial resource background loading API and implementation. Background loading-capable implementation for textures (load image in background thread, upload image to GPU in main thread), other resources todo. 2014-07-22 01:30:02 +03:00
SoundListener.cpp Bump the copyright for 2014. 2014-02-01 14:37:21 +02:00
SoundListener.h Bump the copyright for 2014. 2014-02-01 14:37:21 +02:00
SoundSource.cpp Fix compressed sound resourceref not being serialized. 2014-05-26 23:18:08 +03:00
SoundSource.h Simplify sound stream code and improve the SoundSynthesis sample. Closes #257. 2014-03-19 12:15:31 +02:00
SoundSource3D.cpp Bump the copyright for 2014. 2014-02-01 14:37:21 +02:00
SoundSource3D.h Bump the copyright for 2014. 2014-02-01 14:37:21 +02:00
SoundStream.cpp Abstract Ogg Vorbis sound decoding into the SoundStream class. Note: the SoundStream class is deliberately not exposed to scripts, as it requires low-level data access and is used from the sound mixing thread. 2014-03-19 01:08:23 +02:00
SoundStream.h Added BufferedSoundStream class and sound synthesis C++ example. 2014-03-19 09:18:13 +02:00