| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Speex
Revision: 14888
Author: jm
Date: 15 May 2008 10:30:01
Changes:oops, forgot to remove the muting in the previous commit.
Files:| ... | ...@@ -887,7 +887,6 @@ | |
| 887 | 887 | /* This is an arbitrary test for saturation in the microphone signal */ |
| 888 | 888 | if (in[i] <= -32000 || in[i] >= 32000) |
| 889 | 889 | { |
| 890 | tmp_out = 0; | |
| 891 | 890 | if (st->saturated == 0) |
| 892 | 891 | st->saturated = 1; |
| 893 | 892 | } |