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

Method getIdentifier

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

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected