add : Wavy the Music player!

dependency-add: mp3spi, jflac (WAVE can be played directly by the JVM)
fix : the "This will end all running Tasks!" in Exit.java, cause we have "sessions" now

TODO: Implement EQ Preset loading from JSON for Wavy ; Implement playback of more codecs. Maybe Use FFMpeg.

---
7\ - rattatwinko 30/05/26@23:10
This commit is contained in:
2026-05-30 23:10:35 +02:00
parent f160b07bf4
commit 372d2f450a
15 changed files with 1747 additions and 6 deletions
+10 -1
View File
@@ -120,7 +120,16 @@
<artifactId>languagesupport</artifactId>
<version>3.4.1</version>
</dependency>
<dependency>
<groupId>com.googlecode.soundlibs</groupId>
<artifactId>mp3spi</artifactId>
<version>1.9.5.4</version>
</dependency>
<dependency>
<groupId>org.jflac</groupId>
<artifactId>jflac-codec</artifactId>
<version>1.5.2</version>
</dependency>
</dependencies>
</project>