Changeset 6129 for pjproject/trunk/third_party/speex/libspeex/scal.c
- Timestamp:
- Jan 9, 2020 9:05:50 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/third_party/speex/libspeex/scal.c
r2002 r6129 52 52 #include <math.h> 53 53 #include <stdlib.h> 54 55 #ifndef M_PI 56 #define M_PI 3.14159265358979323846 /* pi */ 57 #endif 54 58 55 59 #define ALLPASS_ORDER 20 … … 172 176 173 177 x = buff+st->frame_size; 174 beta = 1.-.3*amount*amount;175 178 if (amount>1) 176 179 beta = 1-sqrt(.4*amount);
Note: See TracChangeset
for help on using the changeset viewer.