Renamed Opus dec
Additionally made very minor changes to fix 80 character line limit in some places. Signed-off-by: Mahyar Koshkouei <deltabeard@users.noreply.github.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#define DR_FLAC_IMPLEMENTATION
|
||||
#include <../source/dr_libs/dr_flac.h>
|
||||
|
||||
#define SAMPLES_TO_READ 16 * 1024
|
||||
#define SAMPLES_TO_READ (16 * 1024)
|
||||
#define CHANNEL 0x08
|
||||
|
||||
int playFlac(const char* in)
|
||||
|
||||
Reference in New Issue
Block a user