Skip to content

Commit

Permalink
ofSoundPlayer: remove extra ofSoundShutdown implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
arturoc committed Jul 20, 2011
1 parent abd6f27 commit 20c2901
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
18 changes: 0 additions & 18 deletions libs/openFrameworks/sound/ofSoundPlayer.h
Expand Up @@ -3,25 +3,7 @@
#include "ofConstants.h"
#include "ofTypes.h"

#if !defined( TARGET_OF_IPHONE ) && !defined(TARGET_ANDROID)
extern "C" {
#include "fmod.h"
#include "fmod_errors.h"
}
#endif

// TO DO :
// ---------------------------
// -fft via fmod, as in the last time...
// -close fmod if it's up
// -loadSoundForStreaming(char * fileName);
// ---------------------------

// interesting:
// http://www.compuphase.com/mp3/mp3loops.htm


// ---------------------------------------------------------------------------- SOUND SYSTEM FMOD
// --------------------- global functions:

//TODO: FIX THIS SHIT!!!!!!
Expand Down
2 changes: 0 additions & 2 deletions libs/openFrameworks/utils/ofConstants.h
Expand Up @@ -240,8 +240,6 @@ typedef TESSindex ofIndexType;
#define OF_SOUND_PLAYER_OPENAL
#elif !defined(TARGET_ANDROID)
#define OF_SOUND_PLAYER_FMOD
#else
void ofSoundShutdown(){}
#endif
#endif

Expand Down

0 comments on commit 20c2901

Please sign in to comment.