#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 152 of file gx_convolver.h.
§ GxSimpleConvolver()
§ compute() [1/2]
bool __rt_func gx_engine::GxSimpleConvolver::compute |
( |
int |
count, |
|
|
float * |
input, |
|
|
float * |
output |
|
) |
| |
§ compute() [2/2]
bool gx_engine::GxSimpleConvolver::compute |
( |
int |
count, |
|
|
float * |
buffer |
|
) |
| |
|
inline |
§ compute_stereo() [1/2]
bool __rt_func gx_engine::GxSimpleConvolver::compute_stereo |
( |
int |
count, |
|
|
float * |
input, |
|
|
float * |
input1, |
|
|
float * |
output, |
|
|
float * |
output1 |
|
) |
| |
§ compute_stereo() [2/2]
bool gx_engine::GxSimpleConvolver::compute_stereo |
( |
int |
count, |
|
|
float * |
buffer, |
|
|
float * |
buffer1 |
|
) |
| |
|
inline |
§ 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 |
|
) |
| |
The documentation for this class was generated from the following files: