MCPcopy Create free account
hub / github.com/Yaafe/Yaafe / Decrease

Class Decrease

src_cpp/yaafe-components/audio/Decrease.h:35–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33{
34
35 class Decrease: public YAAFE::StateLessOneInOneOutComponent<Decrease>
36 {
37 public:
38 Decrease();
39 virtual ~Decrease();
40
41 virtual const std::string getIdentifier() const { return DECREASE_ID;};
42
43 StreamInfo init(const ParameterMap& params, const StreamInfo& in);
44 void processToken(double* inData, const int inSize, double* out, const int outSize);
45 };
46
47}
48

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected