|
Wayverb
|
This is badly designed. Really, the capsules should be polymorphic. More...
#include <engine.h>
Public Member Functions | |
| intermediate (const intermediate &)=default | |
| intermediate (intermediate &&) noexcept=default | |
| intermediate & | operator= (const intermediate &)=default |
| intermediate & | operator= (intermediate &&) noexcept=default |
| virtual util::aligned::vector< float > | postprocess (const core::attenuator::null &, double) const =0 |
| Takes attenuator and sample rate. | |
| virtual util::aligned::vector< float > | postprocess (const core::attenuator::hrtf &, double) const =0 |
| Takes attenuator and sample rate. | |
| virtual util::aligned::vector< float > | postprocess (const core::attenuator::microphone &, double) const =0 |
| Takes attenuator and sample rate. | |
This is badly designed. Really, the capsules should be polymorphic.