Audacious
$Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
Go to the source code of this file.
Defines | |
#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 | |||
) |
EXPORT void audio_amplify | ( | float * | data, |
int | channels, | ||
int | frames, | ||
float * | factors | ||
) |
Definition at line 157 of file audio.c.
Referenced by apply_replay_gain(), and apply_software_volume().
EXPORT void audio_from_int | ( | const void * | in, |
int | format, | ||
float * | out, | ||
int | samples | ||
) |
Definition at line 129 of file audio.c.
Referenced by write_audio().
EXPORT void audio_to_int | ( | const float * | in, |
void * | out, | ||
int | format, | ||
int | samples | ||
) |
Definition at line 143 of file audio.c.
Referenced by write_processed().
struct { ... } convert_table[] |
Referenced by audio_from_int(), and audio_to_int().
Definition at line 89 of file audio.c.
Referenced by create_titlestring_widgets(), on_titlestring_entry_changed(), open_audio(), and plugin_registry_load().