aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2022-02-05 01:58:45 +0100
committerJavier <dev.git@javispedro.com>2022-02-05 01:58:45 +0100
commit4d13ee7785a4184cf2a349fdec1af6cf9f05bfdf (patch)
treeb45acd7747d486fa337b63dff2176713c52c757f
parentf6ee95ad975119d7c3106036fd5a581a62695c85 (diff)
downloadvmusic-4d13ee7785a4184cf2a349fdec1af6cf9f05bfdf.tar.gz
vmusic-4d13ee7785a4184cf2a349fdec1af6cf9f05bfdf.zip
fix adlib sample rate
-rw-r--r--Adlib.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Adlib.cpp b/Adlib.cpp
index 6fa6ccf..48030f3 100644
--- a/Adlib.cpp
+++ b/Adlib.cpp
@@ -80,7 +80,7 @@ typedef PCMOutWin PCMOutBackend;
#define ADLIB_DEFAULT_IO_BASE 0x388
#define ADLIB_DEFAULT_OUT_DEVICE "default"
-#define ADLIB_DEFAULT_SAMPLE_RATE 22055 /* Hz */
+#define ADLIB_DEFAULT_SAMPLE_RATE 22050 /* Hz */
#define ADLIB_NUM_CHANNELS 2 /* as we are actually supporting OPL3 */
enum {