summaryrefslogtreecommitdiff
path: root/src/audio.c
diff options
context:
space:
mode:
authorChristian Hoene <christian.hoene@symonics.com>2016-04-22 18:03:30 +0200
committerChristian Hoene <christian.hoene@symonics.com>2016-04-22 18:03:30 +0200
commit030d72b07d6ee500a840ae29dc1f5f9a2a56b430 (patch)
tree59e0540431604402749e71e5876427cef0d1413a /src/audio.c
parent54a4418e1b6a4b485ac54a49ab3c7dbc8a9cb5a8 (diff)
Added resampler to decode
Diffstat (limited to 'src/audio.c')
-rw-r--r--src/audio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio.c b/src/audio.c
index b8dd9f9..47b4c36 100644
--- a/src/audio.c
+++ b/src/audio.c
@@ -53,7 +53,7 @@
*/
enum {
- AUDIO_SAMPSZ = 2304,
+ AUDIO_SAMPSZ = 6*1152,
};