AudibleT 0.0.1
A real-time A/B/X audio testing tool for subjective assessment of various audio parameters, compatible for general purpose computer as well as embedded systems.
Loading...
Searching...
No Matches
BenchmarkFrequencyResponseHelper.h
1#ifndef BENCHMARK_FREQUENCY_RESPONSE_HELPER_H
2#define BENCHMARK_FREQUENCY_RESPONSE_HELPER_H
3
4#include <QObject>
5#include <QtTest>
6
8
9class BenchmarkFrequencyResponseHelper : public QObject {
10 Q_OBJECT
11
12private slots:
13
14 void benchmarkLogspace();
15 void benchmarkCalculateFrequencyResponse();
16};
17
18#endif // BENCHMARK_FREQUENCY_RESPONSE_HELPER_H
Definition: BenchmarkFrequencyResponseHelper.h:9