java-stream-player
java-stream-player copied to clipboard
🌌Java Advanced Audio Controller Library (WAV, AU, AIFF, MP3, OGG VORBIS, FLAC, MONKEY's AUDIO and SPEEX audio formats )
```gradle plugins { id 'fabric-loom' version '1.4-SNAPSHOT' id 'maven-publish' id "org.jetbrains.kotlin.jvm" version "1.9.21" id 'org.jetbrains.kotlin.plugin.serialization' version '1.9.21' } version = project.mod_version group = project.maven_group base { archivesName = project.archives_base_name }...
The pull request https://github.com/goxr3plus/java-stream-player/commit/5f9364922ed661f4c73ac7c4cd70665f506117c2 solves a security issue that is reported on applications that use java-stream-player, so it would be good if it's available to those projects. Please release version...
Bumps commons-io:commons-io from 2.7 to 2.14.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Dear elite developers of this excvellent library, My name is Janusz Chmiel. And I Am visually impaired user with no sight at all. I have started to program in The...
In `StreamPlayer#initAudioInputStream`, first get `audioInputStream` and second get `audioFileFormat` If the `TAudioFileReader#m_bRereading` is `false`, first get `audioInputStream` will set the `mark` of the `InputSteam` to a `non-zero` value,then second get...