summaryrefslogtreecommitdiff
path: root/apps/plugins/doom
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/doom')
-rw-r--r--apps/plugins/doom/i_sound.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/doom/i_sound.c b/apps/plugins/doom/i_sound.c
index 2d0ebe9262..7579ada5b5 100644
--- a/apps/plugins/doom/i_sound.c
+++ b/apps/plugins/doom/i_sound.c
@@ -55,7 +55,11 @@
55#define BUFMUL 4 55#define BUFMUL 4
56#define MIXBUFFERSIZE (SAMPLECOUNT*BUFMUL) 56#define MIXBUFFERSIZE (SAMPLECOUNT*BUFMUL)
57 57
58#if (CONFIG_KEYPAD == IPOD_3G_PAD) || (CONFIG_KEYPAD == IPOD_4G_PAD)
59#define SAMPLERATE 44100 // 44100 22050 11025
60#else
58#define SAMPLERATE 11025 // 44100 22050 11025 61#define SAMPLERATE 11025 // 44100 22050 11025
62#endif
59#define SAMPLESIZE 2 // 16bit 63#define SAMPLESIZE 2 // 16bit
60 64
61// The global mixing buffer. 65// The global mixing buffer.