RetroArch
|
Functions | |
void | convert_s16_to_float (float *out, const int16_t *in, size_t samples, float gain) |
void | convert_s16_to_float_init_simd (void) |
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.