#include <synth.h>
Data Fields | |
| unsigned int | samplerate |
| sampling frequency (Hz) | |
| unsigned short | channels |
| number of channels | |
| unsigned short | length |
| number of samples per channel | |
| mad_fixed_t | samples [2][1152] |
| PCM output samples [ch][sample]. | |
Definition at line 30 of file synth.h.
| unsigned int mad_pcm::samplerate |
sampling frequency (Hz)
Definition at line 31 of file synth.h.
Referenced by mad_synth_frame(), and mad_synth_init().
| unsigned short mad_pcm::channels |
number of channels
Definition at line 32 of file synth.h.
Referenced by mad_synth_frame(), mad_synth_init(), and output().
| unsigned short mad_pcm::length |
number of samples per channel
Definition at line 33 of file synth.h.
Referenced by mad_synth_frame(), mad_synth_init(), and output().
| mad_fixed_t mad_pcm::samples[2][1152] |
PCM output samples [ch][sample].
Definition at line 34 of file synth.h.
Referenced by output(), synth_full(), and synth_half().
1.5.5