Initial OMX Support

This commit is contained in:
Unknownforce351
2016-03-04 13:10:31 -06:00
committed by Iwan Timmer
parent 43c06a2338
commit 8de4fe1cf3
7 changed files with 217 additions and 6 deletions

View File

@@ -28,8 +28,6 @@
#define MAX_CHANNEL_COUNT 6
#define FRAME_SIZE 240
const char* audio_device = "sysdefault";
static snd_pcm_t *handle;
static OpusMSDecoder* decoder;
static short pcmBuffer[FRAME_SIZE * MAX_CHANNEL_COUNT];