Inverse Echo Filter Class. More...
#include <inverse_echofilter.h>
Inheritance diagram for clan::InverseEchoFilter:Public Member Functions | |
Construction | |
| InverseEchoFilter (int buffer_size=64 *1024) | |
| Inverse Echo Filter Constructor. More... | |
| virtual | ~InverseEchoFilter () |
| Inverse Echo Filter Destructor. More... | |
Operations | |
| InverseEchoFilterProvider * | get_provider () const |
| Retrieves the provider. More... | |
Operators | |
| bool | operator== (const SoundFilter &other) const |
| Equality operator. More... | |
| bool | operator!= (const SoundFilter &other) const |
| Inequality operator. More... | |
Operations | |
| bool | is_null () const |
| Returns true if this object is invalid. More... | |
| void | throw_if_null () const |
| Throw an exception if this object is invalid. More... | |
| void | filter (float **sample_data, int num_samples, int channels) |
| Filter callback. More... | |
Public Attributes | |
Implementation | |
| std::shared_ptr< SoundFilter_Impl > | impl |
Inverse Echo Filter Class.