Browse Source

simplified calls to round

richarddobson 2 tuần trước cách đây
mục cha
commit
e4da0012f4
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      dev/grain/ap_grain.c

+ 2 - 2
dev/grain/ap_grain.c

@@ -51,9 +51,9 @@
 #define FSECSIZE (256)
 #define maxtime scalefact
 
-#ifdef unix
+//#ifdef unix 
 #define round(x) lround((x))
-#endif
+//#endif
 
 static int  create_grain_sndbufs(dataptr dz);
 static void establish_grain_envelope_windowsize_in_samps(dataptr dz);