|
Audacious
$Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
Go to the source code of this file.
Macros | |
| #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 | |
| static int8_t | NOOP8 (int8_t i) |
| static int16_t | NOOP16 (int16_t i) |
| static int32_t | NOOP32 (int32_t i) |
| 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) |
Variables | |
| struct { | |
| int format | |
| FromFunc from | |
| ToFunc to | |
| } | convert_table [] |
| #define FROM_INT_LOOP | ( | NAME, | |
| TYPE, | |||
| SWAP, | |||
| OFFSET, | |||
| RANGE | |||
| ) |
| #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 157 of file audio.c.
Referenced by apply_replay_gain(), and apply_software_volume().
Definition at line 129 of file audio.c.
Referenced by write_audio().
Definition at line 143 of file audio.c.
Referenced by write_processed().
| struct { ... } convert_table[] |
Referenced by audio_from_int(), and audio_to_int().
| int format |
Definition at line 89 of file audio.c.
Referenced by create_titlestring_widgets(), on_titlestring_entry_changed(), open_audio(), and plugin_registry_load().
1.8.1.1