We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The function std::sqrtf is not available by default in GCC, it requires you to add the -lm flag to the compiler which may damage portability.
Can be found in file ff_meters_LevelMeterSource.h:105 (LevelMeterSource::ChannelData::getAvgRMS())
Edit: Removing std seems to fix the problem
Activity