FS-6042 FS-6044 --resolve

This commit is contained in:
Anthony Minessale
2013-12-18 00:55:29 +05:00
parent 23534be676
commit 24b7b48885
3 changed files with 127 additions and 39 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
*/
#define switch_normalize_volume(x) if (x > 4) x = 4; if (x < -4) x = -4;
#define switch_normalize_volume_granular(x) if (x > 12) x = 12; if (x < -12) x = -12;
#define switch_normalize_volume_granular(x) if (x > 13) x = 13; if (x < -13) x = -13;
#ifndef SWITCH_RESAMPLE_H
#define SWITCH_RESAMPLE_H