23 #ifndef EDSP_SILENCER_HPP 24 #define EDSP_SILENCER_HPP 28 namespace edsp {
inline namespace algorithm {
39 template <
typename InputIt,
typename OutputIt,
typename Numeric>
40 constexpr
bool silence(InputIt first, InputIt last, Numeric threshold) {
46 #endif //EDSP_SILENCER_HPP constexpr bool silence(InputIt first, InputIt last, Numeric threshold)
Checks if the elements in the range [first, last) are a silenced frame.
Definition: silence.hpp:40
constexpr auto power(ForwardIt first, ForwardIt last)
Computes the instant power of the elements in the range [first, last)
Definition: power.hpp:44
Definition: amplifier.hpp:29