|
HART
0.2.0
High level Audio Regression and Testing
|
#include <memory>#include "hart_audio_buffer.hpp"#include "hart_exceptions.hpp"#include "metrics/hart_metric_query.hpp"#include "metrics/hart_metrics_common.hpp"#include "hart_slice.hpp"#include "metrics/hart_snr.hpp"#include "hart_utils.hpp"#include "hart_units.hpp"Go to the source code of this file.
Namespaces | |
| namespace | hart |
Functions | |
| template<typename SampleType > | |
| MetricQuery< double > | snra (const AudioBuffer< SampleType > &estimatedBufferAtNativeSR, const AudioBuffer< SampleType > &referenceBufferAtHighSR) |
| Calculates signal-to-aliasing-noise ratio (a.k.a. SNRA, SNRa or sometimes SANR) | |