#include <el_processor.h>
Definition at line 23 of file el_processor.h.
Public Member Functions | |
| fsurround_decoder (unsigned blocksize=8192) | |
| ~fsurround_decoder () | |
| float ** | getInputBuffers () |
| float ** | getOutputBuffers () |
| void | decode (float center_width=1, float dimension=0, float adaption_rate=1) |
| void | flush () |
| void | surround_coefficients (float a, float b) |
| void | gain (float gain) |
| void | phase_mode (unsigned mode) |
| void | steering_mode (bool mode) |
| void | separation (float front, float rear) |
| void | sample_rate (unsigned int samplerate) |
Private Attributes | |
| class decoder_impl * | impl |
| fsurround_decoder::fsurround_decoder | ( | unsigned | blocksize = 8192 |
) |
Definition at line 616 of file el_processor.cpp.
| fsurround_decoder::~fsurround_decoder | ( | ) |
Definition at line 618 of file el_processor.cpp.
| float ** fsurround_decoder::getInputBuffers | ( | ) |
| float ** fsurround_decoder::getOutputBuffers | ( | ) |
| void fsurround_decoder::decode | ( | float | center_width = 1, |
|
| float | dimension = 0, |
|||
| float | adaption_rate = 1 | |||
| ) |
| void fsurround_decoder::flush | ( | ) |
Definition at line 624 of file el_processor.cpp.
Referenced by FreeSurround::flush(), and FreeSurround::open().
| void fsurround_decoder::surround_coefficients | ( | float | a, | |
| float | b | |||
| ) |
Definition at line 626 of file el_processor.cpp.
Referenced by FreeSurround::process_block(), and FreeSurround::SetParams().
| void fsurround_decoder::gain | ( | float | gain | ) |
| void fsurround_decoder::phase_mode | ( | unsigned | mode | ) |
Definition at line 630 of file el_processor.cpp.
Referenced by FreeSurround::process_block(), and FreeSurround::SetParams().
| void fsurround_decoder::steering_mode | ( | bool | mode | ) |
Definition at line 632 of file el_processor.cpp.
Referenced by FreeSurround::process_block(), and FreeSurround::SetParams().
| void fsurround_decoder::separation | ( | float | front, | |
| float | rear | |||
| ) |
Definition at line 634 of file el_processor.cpp.
Referenced by FreeSurround::process_block(), and FreeSurround::SetParams().
| void fsurround_decoder::sample_rate | ( | unsigned int | samplerate | ) |
class decoder_impl* fsurround_decoder::impl [private] |
Definition at line 73 of file el_processor.h.
Referenced by decode(), flush(), gain(), getInputBuffers(), getOutputBuffers(), phase_mode(), sample_rate(), separation(), steering_mode(), surround_coefficients(), and ~fsurround_decoder().
1.5.5