Audacity 3.2.0
DynamicRangeProcessorUtilsTests.cpp
Go to the documentation of this file.
1/* SPDX-License-Identifier: GPL-2.0-or-later */
2/*!********************************************************************
3
4 Audacity: A Digital Audio Editor
5
6 DynamicRangeProcessorUtilsTests.cpp
7
8 Matthieu Hodgkinson
9
10**********************************************************************/
12#include <catch2/catch.hpp>
13
15{
16TEST_CASE("DynamicRangeProcessorUtils")
17{
18 SECTION("GetCompressorPresets")
19 {
20 REQUIRE(
23 }
24 SECTION("GetLimiterPresets")
25 {
26 REQUIRE(
28 }
29}
30} // namespace DynamicRangeProcessorUtils
const std::vector< SerializedPreset > serializedLimiterPresets
const std::vector< SerializedPreset > serializedCompressorPresets
DYNAMIC_RANGE_PROCESSOR_API std::vector< CompressorPreset > GetCompressorPresets()
TEST_CASE("DynamicRangeProcessorUtils")
DYNAMIC_RANGE_PROCESSOR_API std::vector< LimiterPreset > GetLimiterPresets()