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
3namespace 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
10enum class SilencePolicy
11{
12 strict,
14};
15
16} // namespace hart
SilencePolicy
Defines how silence in various algorithms.