KotlinAudio
KotlinAudio copied to clipboard
KotlinAudio is an Android audio player written in Kotlin, making it simpler to work with audio playback from streams and files.
Running the following: ``` git clone [email protected]:doublesymmetry/KotlinAudio.git cd KotlinAudio ./gradlew -x test build publishToMavenLocal ``` Results in a linter error: ``` Task :kotlin-audio:lintDebug FAILED Wrote HTML report to file:///Users/gav/Repos/KotlinAudio/kotlin-audio/build/reports/lint-results-debug.html Lint...
I'm opening this PR as a discussion on a potential behavior change when playback stops because of exoplayer errors. When e.g. playing long mp3 files over the network the whole...
I've noticed some custom systems like ColorOS 13+ (default system on OnePlus and Oppo devices) still support forward and rewind actions, however KotlinAudio will try to add additional custom actions...