Functions | Variables

ofSoundPlayer.cpp File Reference

#include "ofSoundPlayer.h"
#include "ofUtils.h"

Functions

void ofSoundStopAll ()
void ofSoundSetVolume (float vol)
float * ofSoundGetSpectrum (int nBands)

Variables

bool bFmodInitialized = false
bool bUseSpectrum = false
float fftValues [8192]
float fftInterpValues [8192]
float fftSpectrum [8192]

Function Documentation

float* ofSoundGetSpectrum ( int  nBands )
void ofSoundSetVolume ( float  vol )
void ofSoundStopAll (  )

Variable Documentation

bool bFmodInitialized = false
bool bUseSpectrum = false
float fftInterpValues[8192]
float fftSpectrum[8192]
float fftValues[8192]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines