Go to the source code of this file.
Data Structures |
| struct | synth_s |
Typedefs |
| typedef int(* | func_synth )(real *, int, mpg123_handle *, int) |
| typedef int(* | func_synth_mono )(real *, mpg123_handle *) |
| typedef int(* | func_synth_stereo )(real *, real *, mpg123_handle *) |
Enumerations |
| enum | synth_channel {
c_plain = 0,
c_stereo,
c_mono2stereo,
c_mono,
c_limit
} |
| enum | synth_resample {
r_none = -1,
r_1to1 = 0,
r_2to1,
r_4to1,
r_ntom,
r_limit
} |
| enum | synth_format {
f_none = -1,
f_16,
f_8,
f_real,
f_32,
f_limit
} |