mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-07-06 04:52:09 -07:00
Allow Video Callback to Fail
This commit is contained in:
parent
2ed1961c3f
commit
34b7d61295
8 changed files with 33 additions and 16 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include <oboe/Oboe.h>
|
||||
|
||||
#define BUFFER_CHUNK_SIZE 512
|
||||
#define BUFFER_CHUNK_SIZE 1024
|
||||
#define BUFFER_CHUNKS_COUNT 32
|
||||
|
||||
using AudioBuffer = CircularBuffer<BUFFER_CHUNKS_COUNT, BUFFER_CHUNK_SIZE>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue