KotlinAudio icon indicating copy to clipboard operation
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.

Results 13 KotlinAudio issues
Sort by recently updated
recently updated
newest added

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...