Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6105 in orxonox.OLD


Ignore:
Timestamp:
Dec 14, 2005, 2:22:47 PM (18 years ago)
Author:
patrick
Message:

network: removed the sound debug output

Location:
branches/network/src/lib/sound
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/sound/sound_engine.cc

    r6104 r6105  
    143143
    144144      source = this->ALSources.top();
    145       printf("test: : %d\n", source);
     145      ////printf("test: : %d\n", source);
    146146      this->ALSources.pop();
    147147    }
     
    362362void SoundEngine::listDevices()
    363363{
    364   printf("%s\n",(const char*)alcGetString(NULL, ALC_DEVICE_SPECIFIER));
     364  //////printf("%s\n",(const char*)alcGetString(NULL, ALC_DEVICE_SPECIFIER));
    365365}
    366366
  • branches/network/src/lib/sound/sound_source.cc

    r5930 r6105  
    6969    SoundEngine::getInstance()->popALSource(this->sourceID);
    7070
    71   printf("%d\n",sourceID);
     71  //printf("%d\n",sourceID);
    7272  alSourceStop(this->sourceID);
    7373  alSourcei (this->sourceID, AL_BUFFER, buffer->getID());
Note: See TracChangeset for help on using the changeset viewer.