foobar2000 SDK
2015-08-03
|
Functions | |
bool | IsValidFFTSize (t_size p_size) |
t_size | MatchFFTSize (t_size samples) |
void | PrepareFFTChunk (audio_chunk const &source, audio_chunk &out, double centerOffset) |
bool VisUtils::IsValidFFTSize | ( | t_size | p_size | ) |
Definition at line 24 of file VisUtils.cpp.
Definition at line 28 of file VisUtils.cpp.
void VisUtils::PrepareFFTChunk | ( | audio_chunk const & | source, |
audio_chunk & | out, | ||
double | centerOffset | ||
) |
Turns an arbitrary audio_chunk into a valid chunk to run FFT on, with proper sample count etc.
centerOffset | Time offset (in seconds) inside the source chunk to center the output on, in case the FFT window is smaller than input data. |
Definition at line 4 of file VisUtils.cpp.