aboutsummaryrefslogtreecommitdiffstats
path: root/core/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/device.h')
-rw-r--r--core/device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/device.h b/core/device.h
index 58a30f1b..4b303579 100644
--- a/core/device.h
+++ b/core/device.h
@@ -37,9 +37,9 @@ using uint = unsigned int;
#define MIN_OUTPUT_RATE 8000
#define MAX_OUTPUT_RATE 192000
-#define DEFAULT_OUTPUT_RATE 44100
+#define DEFAULT_OUTPUT_RATE 48000
-#define DEFAULT_UPDATE_SIZE 882 /* 20ms */
+#define DEFAULT_UPDATE_SIZE 960 /* 20ms */
#define DEFAULT_NUM_UPDATES 3