Browse Source

simplified calls to round

richarddobson 3 weeks ago
parent
commit
6c76d647a2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dev/new/newdelay.c

+ 2 - 2
dev/new/newdelay.c

@@ -45,9 +45,9 @@
 #include <srates.h>
 
 
-#ifdef unix
+//#ifdef unix
 #define round(x) lround((x))
-#endif
+//#endif
 
 #define MIN_ECHO_LEVEL (0.000016)
 #define ROOTLEN_DELBUF  (2)