Public Member Functions | |
| ~SpeechEnhancer () | |
| auto | name () const -> std::string const & |
| virtual int | inputChannelCount () const =0 |
| Number of expected audio channels to process. More... | |
| virtual int | outputChannelCount () const =0 |
| Number of audio channels to expect once processing is done. More... | |
Public Member Functions inherited from Vsdk::Audio::ModifierModule | |
| virtual | ~ModifierModule ()=default |
| virtual void | process (Buffer &, bool last)=0 |
Protected Member Functions | |
| SpeechEnhancer (std::string name) | |
|
protected |
|
default |
| auto SpeechEnhancer::name | ( | ) | const -> std::string const & |
|
pure virtual |
Number of expected audio channels to process.
|
pure virtual |
Number of audio channels to expect once processing is done.