Sanjay Govind il y a 11 mois
Parent
commit
c9b130a8ce
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      virtual_portal.h

+ 2 - 2
virtual_portal.h

@@ -8,8 +8,8 @@
 
 #define SAMPLE_RATE 8000
 #define POF_TOKEN_LIMIT 16
-#define SAMPLES_COUNT 4096
-#define SAMPLES_COUNT_BUFFERED SAMPLES_COUNT * 8
+#define SAMPLES_COUNT 2048
+#define SAMPLES_COUNT_BUFFERED SAMPLES_COUNT * 32
 
 typedef enum {
     PoFHid,