Fix Vorbis playback
Tested with a stereo OGG Vorbis file only. Signed-off-by: Mahyar Koshkouei <mk@deltabeard.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#include "mp3.h"
|
||||
#include "playback.h"
|
||||
|
||||
static size_t* buffSize;
|
||||
static size_t* buffSize;
|
||||
static mpg123_handle *mh = NULL;
|
||||
static uint32_t rate;
|
||||
static uint8_t channels;
|
||||
|
||||
Reference in New Issue
Block a user