|
Audacious
$Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
Go to the source code of this file.
Macros | |
| #define | INTERLACE_LOOP(TYPE) |
| #define | FROM_INT_LOOP(NAME, TYPE, SWAP, OFFSET, RANGE) |
| #define | TO_INT_LOOP(NAME, TYPE, SWAP, OFFSET, RANGE) |
Typedefs | |
| typedef void(* | FromFunc )(const void *in, float *out, int samples) |
| typedef void(* | ToFunc )(const float *in, void *out, int samples) |
Functions | |
| EXPORT void | audio_interlace (const void *const *in, int format, int channels, void *out, int frames) |
| static int16_t | SWAP16 (int16_t i) |
| static int32_t | SWAP32 (int32_t i) |
| EXPORT void | audio_from_int (const void *in, int format, float *out, int samples) |
| EXPORT void | audio_to_int (const float *in, void *out, int format, int samples) |
| EXPORT void | audio_amplify (float *data, int channels, int frames, float *factors) |
| EXPORT void | audio_soft_clip (float *data, int samples) |
Variables | |
| struct { | |
| int format | |
| FromFunc from | |
| ToFunc to | |
| } | convert_table [] |
| #define FROM_INT_LOOP | ( | NAME, | |
| TYPE, | |||
| SWAP, | |||
| OFFSET, | |||
| RANGE | |||
| ) |
| #define INTERLACE_LOOP | ( | TYPE | ) |
Definition at line 26 of file audio.c.
Referenced by audio_interlace().
| #define TO_INT_LOOP | ( | NAME, | |
| TYPE, | |||
| SWAP, | |||
| OFFSET, | |||
| RANGE | |||
| ) |
| typedef void(* FromFunc)(const void *in, float *out, int samples) |
| typedef void(* ToFunc)(const float *in, void *out, int samples) |
Definition at line 200 of file audio.c.
Referenced by apply_replay_gain(), and apply_software_volume().
Definition at line 172 of file audio.c.
Referenced by write_output().
| EXPORT void audio_soft_clip | ( | float * | data, |
| int | samples | ||
| ) |
Definition at line 217 of file audio.c.
Referenced by write_output_raw().
Definition at line 186 of file audio.c.
Referenced by write_output_raw().
| struct { ... } convert_table[] |
Referenced by audio_from_int(), and audio_to_int().
| int format |
Definition at line 132 of file audio.c.
Referenced by create_titlestring_widgets(), on_titlestring_entry_changed(), output_open_audio(), plugin_registry_load(), and setup_output().
1.8.5