Use pitch rate to get to proper sample rate...?

This commit is contained in:
Lorenzooone
2024-05-21 15:21:46 +02:00
parent 5d0eb382f6
commit a4c80f1093
2 changed files with 3 additions and 1 deletions

View File

@@ -2,7 +2,8 @@
#define __HW_DEFS_HPP
#define AUDIO_CHANNELS 2
#define SAMPLE_RATE 32734
#define SAMPLE_RATE 48000
#define PITCH_RATE (67027964 / ((float)SAMPLE_RATE * 2048))
#define TOP_WIDTH_3DS 400
#define BOT_WIDTH_3DS 320