#include <gx_resampler.h>
|
| | SimpleResampler () |
| |
| void | setup (int sampleRate, unsigned int fact) |
| |
| void | up (int count, float *input, float *output) |
| |
| void | down (int count, float *input, float *output) |
| |
Definition at line 38 of file gx_resampler.h.
◆ SimpleResampler()
| gx_resample::SimpleResampler::SimpleResampler |
( |
| ) |
|
|
inline |
◆ down()
| void gx_resample::SimpleResampler::down |
( |
int |
count, |
|
|
float * |
input, |
|
|
float * |
output |
|
) |
| |
◆ setup()
| void gx_resample::SimpleResampler::setup |
( |
int |
sampleRate, |
|
|
unsigned int |
fact |
|
) |
| |
◆ up()
| void gx_resample::SimpleResampler::up |
( |
int |
count, |
|
|
float * |
input, |
|
|
float * |
output |
|
) |
| |
◆ m_fact
| int gx_resample::SimpleResampler::m_fact |
|
private |
◆ r_down
| Resampler gx_resample::SimpleResampler::r_down |
|
private |
◆ r_up
| Resampler gx_resample::SimpleResampler::r_up |
|
private |
The documentation for this class was generated from the following file: