cinder::audio::FftProcessor Class Reference

#include <FftProcessor.h>

List of all members.

Public Member Functions

shared_ptr< float > process (const float *inBuffer)
uint16_t getBandCount () const

Static Public Member Functions

static FftProcessorRef createRef (uint16_t aBandCount=DEFAULT_BAND_COUNT)

Static Public Attributes

static const uint16_t DEFAULT_BAND_COUNT = 512

Member Function Documentation

FftProcessorRef cinder::audio::FftProcessor::createRef ( uint16_t  aBandCount = DEFAULT_BAND_COUNT  )  [static]
shared_ptr<float> cinder::audio::FftProcessor::process ( const float *  inBuffer  ) 
uint16_t cinder::audio::FftProcessor::getBandCount (  )  const

Member Data Documentation

const uint16_t cinder::audio::FftProcessor::DEFAULT_BAND_COUNT = 512 [static]

The documentation for this class was generated from the following files: