RetroArch
|
Go to the source code of this file.
Functions | |
RETRO_BEGIN_DECLS void | convert_s16_to_float (float *out, const int16_t *in, size_t samples, float gain) |
void | convert_s16_to_float_init_simd (void) |
RETRO_BEGIN_DECLS void convert_s16_to_float | ( | float * | out, |
const int16_t * | in, | ||
size_t | samples, | ||
float | gain | ||
) |
convert_s16_to_float: : output buffer : input buffer : size of samples to be converted : gain applied (.e.g. audio volume)
Converts from signed integer 16-bit to floating point.