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:
Mahyar Koshkouei
2016-12-27 16:43:45 +00:00
parent 4290b64778
commit 5e2af8be87
4 changed files with 7 additions and 5 deletions

View File

@@ -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)