#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] |
float* ofSoundGetSpectrum | ( | int | nBands ) |
void ofSoundSetVolume | ( | float | vol ) |
void ofSoundStopAll | ( | ) |
bool bFmodInitialized = false |
bool bUseSpectrum = false |
float fftInterpValues[8192] |
float fftSpectrum[8192] |
float fftValues[8192] |