#include <gx_resampler.h>
|
int | setup (int _inputRate, int _outputRate) |
|
int | up (int count, float *input, float *output) |
|
void | down (float *input, float *output) |
|
int | max_out_count (int in_count) |
|
Definition at line 61 of file gx_resampler.h.
◆ down()
void gx_resample::FixedRateResampler::down |
( |
float * |
input, |
|
|
float * |
output |
|
) |
| |
◆ max_out_count()
int gx_resample::FixedRateResampler::max_out_count |
( |
int |
in_count | ) |
|
|
inline |
◆ setup()
int gx_resample::FixedRateResampler::setup |
( |
int |
_inputRate, |
|
|
int |
_outputRate |
|
) |
| |
◆ up()
int gx_resample::FixedRateResampler::up |
( |
int |
count, |
|
|
float * |
input, |
|
|
float * |
output |
|
) |
| |
◆ inputRate
int gx_resample::FixedRateResampler::inputRate |
|
private |
◆ outputRate
int gx_resample::FixedRateResampler::outputRate |
|
private |
◆ r_down
Resampler gx_resample::FixedRateResampler::r_down |
|
private |
◆ r_up
Resampler gx_resample::FixedRateResampler::r_up |
|
private |
The documentation for this class was generated from the following file: