aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2022-07-04 11:46:43 -0700
committerChris Robinson <[email protected]>2022-07-05 09:27:44 -0700
commit221d33f3ea3f3e9a82ea4fe4ffda35860290cb64 (patch)
tree642666e6d6d820936bd0155d3b943ef999e96576 /core
parent6dd7edd2e0208d7bb38a803ffa0d18b6ada9edf6 (diff)
Use 48khz by default for playback
Diffstat (limited to 'core')
-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