Changeset 2113 for code/branches/objecthierarchy/src/audio
- Timestamp:
- Nov 2, 2008, 12:56:11 PM (16 years ago)
- Location:
- code/branches/objecthierarchy/src/audio
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/audio/AudioBuffer.cc
r2101 r2113 29 29 #include "AudioBuffer.h" 30 30 31 namespace audio31 namespace orxonox 32 32 { 33 33 AudioBuffer::AudioBuffer(std::string filename) -
code/branches/objecthierarchy/src/audio/AudioBuffer.h
r2101 r2113 35 35 #include <AL/al.h> 36 36 37 namespace audio37 namespace orxonox 38 38 { 39 39 class _AudioExport AudioBuffer -
code/branches/objecthierarchy/src/audio/AudioManager.cc
r1784 r2113 37 37 #include "AudioStream.h" 38 38 39 namespace audio39 namespace orxonox 40 40 { 41 41 AudioManager::AudioManager() -
code/branches/objecthierarchy/src/audio/AudioManager.h
r1784 r2113 35 35 #include <string> 36 36 37 namespace audio37 namespace orxonox 38 38 { 39 39 class _AudioExport AudioManager -
code/branches/objecthierarchy/src/audio/AudioPrereqs.h
r1505 r2113 60 60 // Forward declarations 61 61 //----------------------------------------------------------------------- 62 namespace audio62 namespace orxonox 63 63 { 64 64 class AudioBuffer; -
code/branches/objecthierarchy/src/audio/AudioSource.cc
r1784 r2113 29 29 #include "AudioSource.h" 30 30 31 namespace audio31 namespace orxonox 32 32 { 33 33 AudioSource::AudioSource() -
code/branches/objecthierarchy/src/audio/AudioSource.h
r1784 r2113 32 32 #include "AudioPrereqs.h" 33 33 34 namespace audio34 namespace orxonox 35 35 { 36 36 class _AudioExport AudioSource -
code/branches/objecthierarchy/src/audio/AudioStream.cc
r1784 r2113 30 30 #include "util/Debug.h" 31 31 32 namespace audio32 namespace orxonox 33 33 { 34 34 AudioStream::AudioStream(std::string path) -
code/branches/objecthierarchy/src/audio/AudioStream.h
r1784 r2113 39 39 40 40 41 namespace audio41 namespace orxonox 42 42 { 43 43 const int BUFFER_SIZE = 4096 * 4;
Note: See TracChangeset
for help on using the changeset viewer.