mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-07-06 04:52:09 -07:00
Add remaining Controls to Android for Testing
This commit is contained in:
parent
5d0ec59ea3
commit
8f2275c6ab
4 changed files with 141 additions and 5 deletions
|
@ -25,7 +25,7 @@
|
|||
#include <oboe/Oboe.h>
|
||||
|
||||
#define BUFFER_CHUNK_SIZE 512
|
||||
#define BUFFER_CHUNKS_COUNT 128
|
||||
#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