eDSP
0.0.1
A cross-platform DSP library written in C++.
|
#include <edsp/feature/temporal/power.hpp>
Go to the source code of this file.
Namespaces | |
edsp | |
edsp::algorithm | |
Functions | |
template<typename InputIt , typename OutputIt , typename Numeric > | |
constexpr bool | edsp::algorithm::silence (InputIt first, InputIt last, Numeric threshold) |
Checks if the elements in the range [first, last) are a silenced frame. More... | |