FLAC decoder for android
Android's MediaExtractor has issues with seeking FLAC files on most of pre-Android 10 devices.
This library adds minimalistic FLAC decoder written in C with Kotlin bindings (just takes ~30kB per arch). In order to use it, add it f.e. from Android Studio as Gradle module.
Try it!
You can check (hear) code in action, it is used to decode FLAC files in this app: Music Speed Changer