feat: reduce buffers to 1024

This commit is contained in:
2026-03-22 07:49:05 +01:00
parent b0f6d6d5c9
commit 6382c57ccc
3 changed files with 32 additions and 38 deletions

View File

@@ -55,6 +55,8 @@ public:
return (int32_t) result;
}
int getRate() { return kSampleRate; }
// Call this from Activity onPause()
void stopAudio() {
// Stop, close and delete in case not already closed.