6#ifndef SOUNDFILTER_RESAMPLE_H
7#define SOUNDFILTER_RESAMPLE_H
26 int m_output_freq = -1;
38 void trig()
override;;
soundfilter_resample: Documentation to be added
bool create(const yarp::os::Property &options) override
This will be called when the dll is properly loaded by the portmonitor carrier.
yarp::os::Things & update(yarp::os::Things &thing) override
After data get accpeted in the accept() callback, an instance of that is given to the update function...
void getParamsFromCommandLine(std::string carrierString, yarp::os::Property &prop)
void destroy() override
This will be called when the portmonitor object destroyes.
bool accept(yarp::os::Things &thing) override
This will be called when the data reach the portmonitor object.
void trig() override
This will be called when one of the peer connections to the same import port receives data.
bool getparam(yarp::os::Property ¶ms) override
This will be called when the portmonitor carrier parameters are requested via YARP admin port.
bool setparam(const yarp::os::Property ¶ms) override
This will be called when the portmonitor carrier parameters are set via YARP admin port.
A class for storing options and configuration information.
Base class for generic things.
Class for storing sounds See Audio in YARP for additional documentation on YARP audio.