feat: SAF file picker, fd to jni code

This commit is contained in:
2026-03-19 19:17:57 +01:00
parent 02ebb17dc6
commit 198dfc1630
10 changed files with 292 additions and 9 deletions

View File

@@ -15,6 +15,7 @@ public:
virtual ~PlaybackEngine();
/** Play a beat sound. */
virtual void playBeat();
void playMusic(int fd);
private:
MixingPlayer *mPlayer;
std::string mFilesDir;