#include <algorithm>
#include <vector>
#include "hart_audio_buffer.hpp"
#include "hart_exceptions.hpp"
#include "hart_channel_flags.hpp"
#include "hart_slice.hpp"
#include "hart_utils.hpp"
Go to the source code of this file.
|
| template<typename SampleType > |
| MetricQuery< double > | truePeak (const AudioBuffer< SampleType > &audioBuffer, Oversampling oversamplingRatio=Oversampling::x4, typename TruePeak< SampleType >::FilterQuality filterQuality=TruePeak< SampleType >::FilterQuality::low) |
| | Estimates true peak (inter-sample peak) level.
|
| |