mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-16 21:40:00 +00:00
Initial OMX Support
This commit is contained in:
committed by
Iwan Timmer
parent
43c06a2338
commit
8de4fe1cf3
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user