Commit Graph

5 Commits

Author SHA1 Message Date
rattatwinko 91812a3105 fix: Wavy not being able to play FLAC, due too jflac
fix-details: Now using FFMpeg for anything audio related
dependency-add: ffmpeg (bytedeco) JavaCV (for ffmpeg; also by bytedeco)
soon-to-deprecate/remove: the old jflac and mp3spi dependencies, which are not needed anymore
add: a higher resolution waterfall diagram
TODO: Ship builds for Linux

notes: The Wavy Player is now much more stable. It still relies on the java sound API, but much less in terms of decoding any codecs. Which is now handled by FFMpeg instead of our own. Playback is still done through the java sound API tho!

---
7\ - rattatwinko 31/05/2026@19:11
2026-05-31 19:11:51 +02:00
rattatwinko 372d2f450a 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
2026-05-30 23:10:35 +02:00
rattatwinko 19f9f1f3a6 xkcd application ; fatjar packaging 2026-05-17 22:10:25 +02:00
rattatwinko 86799e4b19 nicer stuff ; cleanup of AI stuff 2026-05-17 17:05:28 +02:00
rattatwinko e905891b11 initial AI slop commit. to be refactored! 2026-05-16 22:56:08 +02:00