#include <audio/AudioFrequencyBitmap.h>
◆ RealtimeAnalyser()
RealtimeAnalyser::RealtimeAnalyser |
( |
| ) |
|
|
inline |
◆ getByteFrequencyData()
void RealtimeAnalyser::getByteFrequencyData |
( |
uint8_t * |
destArray, |
|
|
size_t |
destArraySize |
|
) |
| |
|
inline |
◆ getFrequencyBinCount()
unsigned RealtimeAnalyser::getFrequencyBinCount |
( |
| ) |
const |
|
inline |
◆ ready()
bool RealtimeAnalyser::ready |
( |
| ) |
|
|
inline |
◆ writeInput()
void RealtimeAnalyser::writeInput |
( |
const int16_t * |
samples, |
|
|
size_t |
sampleCount |
|
) |
| |
|
inline |
◆ kDefaultMaxDecibels
constexpr double RealtimeAnalyser::kDefaultMaxDecibels = -30 |
|
staticconstexpr |
◆ kDefaultMinDecibels
constexpr double RealtimeAnalyser::kDefaultMinDecibels = -100 |
|
staticconstexpr |
◆ kDefaultSmoothingTimeConstant
constexpr double RealtimeAnalyser::kDefaultSmoothingTimeConstant = 0.8 |
|
staticconstexpr |
◆ kFFTSize
constexpr size_t RealtimeAnalyser::kFFTSize = 256 |
|
staticconstexpr |
◆ kInputBufferSize
constexpr unsigned RealtimeAnalyser::kInputBufferSize = kFFTSize * 2 |
|
staticconstexpr |
The documentation for this class was generated from the following file: