Changeset 6767 for code/branches/sound5/src/orxonox/sound
- Timestamp:
- Apr 20, 2010, 8:31:12 PM (15 years ago)
- Location:
- code/branches/sound5/src/orxonox/sound
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/sound5/src/orxonox/sound/AmbientSound.cc
r6733 r6767 23 23 * Reto Grieder 24 24 * Co-authors: 25 * ...25 * Kevin Young 26 26 * 27 27 */ -
code/branches/sound5/src/orxonox/sound/AmbientSound.h
r6674 r6767 22 22 * Author: 23 23 * Reto Grieder 24 * 25 * Co-authors: 24 26 * Kevin Young 25 * Co-authors:26 * ...27 27 * 28 28 */ … … 43 43 { 44 44 /** 45 * The AmbientSound class is the base class for all sound file loader classes. 46 * It server as main interface to the OpenAL library. 45 * The AmbientSound class implements the non-3D sound, i.e. sound files that are used for atmospheric 46 * highlighting. 47 * It interfaces with BaseSound and is controllable by MoodManager. 48 * Ambient sounds are always cross-faded. New sounds are registered and activated/deactivated as needed. 47 49 * 48 50 */ -
code/branches/sound5/src/orxonox/sound/SoundManager.cc
r6562 r6767 22 22 * Author: 23 23 * Erwin 'vaiursch' Herrsche 24 * 25 * Co-authors: 24 26 * Kevin Young 25 27 * Reto Grieder 26 * Co-authors:27 * ...28 28 * 29 29 */ -
code/branches/sound5/src/orxonox/sound/SoundManager.h
r6506 r6767 22 22 * Author: 23 23 * Erwin 'vaiursch' Herrsche 24 * 25 * Co-authors: 24 26 * Kevin Young 25 27 * Reto Grieder 26 * Co-authors:27 * ...28 28 */ 29 29
Note: See TracChangeset
for help on using the changeset viewer.