#include <gx_convolver.h>
|
| GxSimpleConvolver (gx_resample::BufferResampler &resamp_) |
|
bool | configure (int count, float *impresp, unsigned int imprate) |
|
bool | update (int count, float *impresp, unsigned int imprate) |
|
bool | compute (int count, float *input, float *output) |
|
bool | compute (int count, float *buffer) |
|
bool | configure_stereo (int count, float *impresp, unsigned int imprate) |
|
bool | update_stereo (int count, float *impresp, unsigned int imprate) |
|
bool | compute_stereo (int count, float *input, float *input1, float *output, float *output1) |
|
bool | compute_stereo (int count, float *buffer, float *buffer1) |
|
void | set_buffersize (unsigned int sz) |
|
unsigned int | get_buffersize () |
|
void | set_samplerate (unsigned int sr) |
|
unsigned int | get_samplerate () |
|
bool | checkstate () |
|
void | set_not_runnable () |
|
bool | is_runnable () |
|
bool | start (int policy, int priority) |
|
void | set_sync (bool val) |
|
Definition at line 153 of file gx_convolver.h.
◆ GxSimpleConvolver()
◆ compute() [1/2]
bool gx_engine::GxSimpleConvolver::compute |
( |
int |
count, |
|
|
float * |
buffer |
|
) |
| |
|
inline |
◆ compute() [2/2]
bool gx_engine::GxSimpleConvolver::compute |
( |
int |
count, |
|
|
float * |
input, |
|
|
float * |
output |
|
) |
| |
◆ compute_stereo() [1/2]
bool gx_engine::GxSimpleConvolver::compute_stereo |
( |
int |
count, |
|
|
float * |
buffer, |
|
|
float * |
buffer1 |
|
) |
| |
|
inline |
◆ compute_stereo() [2/2]
bool gx_engine::GxSimpleConvolver::compute_stereo |
( |
int |
count, |
|
|
float * |
input, |
|
|
float * |
input1, |
|
|
float * |
output, |
|
|
float * |
output1 |
|
) |
| |
◆ configure()
bool gx_engine::GxSimpleConvolver::configure |
( |
int |
count, |
|
|
float * |
impresp, |
|
|
unsigned int |
imprate |
|
) |
| |
◆ configure_stereo()
bool gx_engine::GxSimpleConvolver::configure_stereo |
( |
int |
count, |
|
|
float * |
impresp, |
|
|
unsigned int |
imprate |
|
) |
| |
◆ update()
bool gx_engine::GxSimpleConvolver::update |
( |
int |
count, |
|
|
float * |
impresp, |
|
|
unsigned int |
imprate |
|
) |
| |
◆ update_stereo()
bool gx_engine::GxSimpleConvolver::update_stereo |
( |
int |
count, |
|
|
float * |
impresp, |
|
|
unsigned int |
imprate |
|
) |
| |
◆ resamp
The documentation for this class was generated from the following file: