HART
0.2.0
High level Audio Regression and Testing
Loading...
Searching...
No Matches
hart_silence_policy.hpp
Go to the documentation of this file.
1
#
pragma
once
2
3
namespace
hart
4
{
5
6
/// @brief Defines how silence in various algorithms
7
/// @details Exact meaning of each option depends on the algorithm,
8
/// so refer to the docs of each specific algorithm or class for details.
9
/// @ingroup Utilities
10
enum
class
SilencePolicy
11
{
12
strict
,
13
relaxed
14
};
15
16
}
// namespace hart
hart::SilencePolicy
SilencePolicy
Defines how silence in various algorithms.
Definition
hart_silence_policy.hpp:11
hart::SilencePolicy::strict
@ strict
hart::SilencePolicy::relaxed
@ relaxed
hart
Definition
hart_additive_noise.hpp:13
include
hart_silence_policy.hpp
Generated on Mon May 18 2026 20:20:14 for HART by
1.9.8
© 2025 HART by
Daniel Leonov