#include "fixed.h"#include "frame.h"Include dependency graph for synth.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| struct | mad_synth |
Defines | |
| #define | mad_synth_finish(synth) |
Enumerations | |
| enum | { MAD_PCM_CHANNEL_SINGLE = 0 } |
| enum | { MAD_PCM_CHANNEL_DUAL_1 = 0, MAD_PCM_CHANNEL_DUAL_2 = 1 } |
| enum | { MAD_PCM_CHANNEL_STEREO_LEFT = 0, MAD_PCM_CHANNEL_STEREO_RIGHT = 1 } |
Functions | |
| void | mad_synth_init (struct mad_synth *) |
| void | mad_synth_mute (struct mad_synth *) |
| void | mad_synth_frame (struct mad_synth *, struct mad_frame const *) |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
1.4.2