AUDIO_SCALEDOWN
#define AUDIO_SCALEDOWN(value, bits) ((value) >> (bits))
#define AUDIO_SCALEDOWN(value, bits) ((value) / (1 << (bits)))