Global float_to_int (const float *const _f, int16_t *const s16, const int num_channels)
This same work is being done in many decoders to adapt the output of the decoder to what the audio output can actually use, this should be done by the audio_output loop, not by the decoders.
Global float_to_int (const float *const _f, int16_t *const s16, const int samples)
This same work is being done in many decoders to adapt the output of the decoder to what the audio output can actually use, this should be done by the audio_output loop, not by the decoders.