feat: actually map channels

This commit is contained in:
2026-03-22 08:44:41 +01:00
parent 6382c57ccc
commit 25e5cc19d0
4 changed files with 109 additions and 34 deletions

View File

@@ -56,6 +56,7 @@ public:
}
int getRate() { return kSampleRate; }
int getNumChannels() { return kChannelCount; }
// Call this from Activity onPause()
void stopAudio() {