HART  0.2.0
High level Audio Regression and Testing
Loading...
Searching...
No Matches
hart_true_peak.hpp File Reference
#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"
Include dependency graph for hart_true_peak.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  TruePeak< SampleType >::Result
 

Namespaces

namespace  hart
 

Functions

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.