HOA Library
beta 3.0
High Order Ambisonics Library
|
The processor. More...
#include <Hoa_Processor.hpp>
Public Member Functions | |
virtual | ~Processor () hoa_noexcept |
The destructor. | |
virtual void | process (const T *inputs, T *outputs) hoa_noexcept |
The pure virtual method performs that performs the digital signal processing. More... | |
The processor.
The processor the performs digital signal processing.
Definition at line 23 of file Hoa_Processor.hpp.
|
inlinevirtual |
The pure virtual method performs that performs the digital signal processing.
inputs | The inputs array. |
outputs | The outputs array. |
Reimplemented in DecoderBinaural< Hoa3d, T >, Decoder< Hoa3d, T >, DecoderBinaural< Hoa2d, T >, DecoderIrregular< Hoa2d, T >, Decoder< Hoa2d, T >, Encoder< D, T >, DecoderBinaural< D, T >, DecoderIrregular< D, T >, MultiEncoder< D, T >, DecoderRegular< D, T >, Wider< D, T >, Rotate< D, T >, Scope< D, T >, Decoder< D, T >, and Vector< D, T >.
Definition at line 32 of file Hoa_Processor.hpp.