Browse Source

simplified calls to round

richarddobson 3 weeks ago
parent
commit
521c7fd0f6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dev/strange/strange.c

+ 2 - 2
dev/strange/strange.c

@@ -42,9 +42,9 @@
 #include <string.h>
 #include <strange.h>
 
-#ifdef unix
+//#ifdef unix
 #define round(x) lround((x))
-#endif
+//#endif
 
 #define	RATIO_LIMIT 			 (20.0)	   /* Max ratio actual chanamp allowed to exceed
 											  formant derived amp for frq */