Przeglądaj źródła

try larger buffer

Sanjay Govind 1 rok temu
rodzic
commit
648a42f6a4
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      virtual_portal.h

+ 2 - 2
virtual_portal.h

@@ -7,8 +7,8 @@
 
 #define SAMPLE_RATE 8000
 #define POF_TOKEN_LIMIT 16
-#define SAMPLES_COUNT 2048
-#define SAMPLES_COUNT_BUFFERED SAMPLES_COUNT * 4
+#define SAMPLES_COUNT 1024
+#define SAMPLES_COUNT_BUFFERED SAMPLES_COUNT * 16
 
 typedef enum {
     PoFHid,