Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1056 for code/trunk/src/audio


Ignore:
Timestamp:
Apr 14, 2008, 12:51:36 PM (17 years ago)
Author:
landauf
Message:

don't panic, no codechanges!
added a link to www.orxonox.net

Location:
code/trunk/src/audio
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/audio/AudioBuffer.cc

    r790 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
     
    2021 *
    2122 *   Author:
    22  *      Nicolas Perrenoud <nicolape@ee.ethz.ch>
     23 *      Nicolas Perrenoud <nicolape_at_ee.ethz.ch>
    2324 *   Co-authors:
    2425 *      ...
  • code/trunk/src/audio/AudioBuffer.h

    r1039 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
     
    2021 *
    2122 *   Author:
    22  *      Nicolas Perrenoud <nicolape@ee.ethz.ch>
     23 *      Nicolas Perrenoud <nicolape_at_ee.ethz.ch>
    2324 *   Co-authors:
    2425 *      ...
     
    4950                // True if AL was able to load data
    5051                ALboolean loaded;
    51                
     52
    5253                ALenum format;
    5354                ALsizei size;
  • code/trunk/src/audio/AudioIncludes.h

    r1039 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
     
    2021 *
    2122 *   Author:
    22  *      Nicolas Perrenoud <nicolape@ee.ethz.ch>
     23 *      Nicolas Perrenoud <nicolape_at_ee.ethz.ch>
    2324 *   Co-authors:
    2425 *      ...
  • code/trunk/src/audio/AudioManager.cc

    r1039 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
     
    2021 *
    2122 *   Author:
    22  *      Nicolas Perrenoud <nicolape@ee.ethz.ch>
     23 *      Nicolas Perrenoud <nicolape_at_ee.ethz.ch>
    2324 *   Co-authors:
    2425 *      ...
  • code/trunk/src/audio/AudioManager.h

    r1039 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
     
    2021 *
    2122 *   Author:
    22  *      Nicolas Perrenoud <nicolape@ee.ethz.ch>
     23 *      Nicolas Perrenoud <nicolape_at_ee.ethz.ch>
    2324 *   Co-authors:
    2425 *      ...
     
    4546        public:
    4647
    47                 // Init audio 
     48                // Init audio
    4849                AudioManager();
    4950
     
    8182
    8283                std::string ambientPath;
    83        
     84
    8485                // Vector containing all audio files
    8586                std::vector<AudioBuffer> buffers;
    8687                // Vector containing all audio sources which referer to one buffer
    8788                std::vector<AudioSource> sources;
    88                 // The ambient background sound         
     89                // The ambient background sound
    8990                AudioSource ambient;
    90                
     91
    9192                std::vector<float> listenerPosition;
    9293                std::vector<float> listenerSpeed;
    9394                std::vector<float> listenerAt;
    94                 std::vector<float> listenerup;         
    95         };     
     95                std::vector<float> listenerup;
     96        };
    9697}
    9798
  • code/trunk/src/audio/AudioPrereqs.h

    r1024 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
  • code/trunk/src/audio/AudioSource.cc

    r1039 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
     
    2021 *
    2122 *   Author:
    22  *      Nicolas Perrenoud <nicolape@ee.ethz.ch>
     23 *      Nicolas Perrenoud <nicolape_at_ee.ethz.ch>
    2324 *   Co-authors:
    2425 *      ...
  • code/trunk/src/audio/AudioSource.h

    r1039 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
     
    2021 *
    2122 *   Author:
    22  *      Nicolas Perrenoud <nicolape@ee.ethz.ch>
     23 *      Nicolas Perrenoud <nicolape_at_ee.ethz.ch>
    2324 *   Co-authors:
    2425 *      ...
  • code/trunk/src/audio/AudioStream.cc

    r1039 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
     
    2021 *
    2122 *   Author:
    22  *      Nicolas Perrenoud <nicolape@ee.ethz.ch>
     23 *      Nicolas Perrenoud <nicolape_at_ee.ethz.ch>
    2324 *   Co-authors:
    2425 *      ...
  • code/trunk/src/audio/AudioStream.h

    r1039 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
     
    2021 *
    2122 *   Author:
    22  *      Nicolas Perrenoud <nicolape@ee.ethz.ch>
     23 *      Nicolas Perrenoud <nicolape_at_ee.ethz.ch>
    2324 *   Co-authors:
    2425 *      ...
Note: See TracChangeset for help on using the changeset viewer.