MCPcopy Create free account
hub / github.com/ARM-software/armnn / IsMelFilterBankInited

Method IsMelFilterBankInited

samples/common/src/Audio/MFCC.cpp:221–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221bool MFCC::IsMelFilterBankInited() const
222{
223 return this->m_filterBankInitialised;
224}
225
226void MFCC::MfccComputePreFeature(const std::vector<float>& audioData)
227{

Callers 1

InitMelFilterBankMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected