aout: change rate argument
commitb36e69b7726e89234c2577d59a5ca6450db66e42
authorThomas Guillem <thomas@gllm.fr>
Fri, 15 Feb 2019 14:00:23 +0000 (15 15:00 +0100)
committerThomas Guillem <thomas@gllm.fr>
Fri, 15 Feb 2019 15:34:55 +0000 (15 16:34 +0100)
treee40a7317f3563dd0ebd8ed595324cd366187d8b9
parent32bd267e4b90cca96c61634a8a48df737e0f4e8a
aout: change rate argument

Inverse it.

Before, the float rate value for a 4x speed was 0.25f. Now, for a 4x speed, the
float value will be 4.f.
src/audio_output/dec.c
src/audio_output/filters.c
src/input/decoder.c