Commit Graph

10 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
rev3.1
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
rev3
2026-05-30 23:10:35 +02:00
rattatwinko f160b07bf4 experimenting with sessions and stuff like that.
Changes:
+ Login Panel
+ Some Kernel Booting stuff
2026-05-27 07:21:30 +02:00
rattatwinko 307062eb35 refactor some kernel stuff, keyboard loading for windows not supported anymore. too much of a hassle.
add:
kernel error/info logging
ability to load the keymap from json (onboot) (also store it)
remove:
windows keyboard settings (too shitty to maintain)
2026-05-23 22:25:47 +02:00
rattatwinko 72d5df2c70 add some rsys utils (mostly just linux modified) 2026-05-21 17:05:59 +02:00
rattatwinko 19f9f1f3a6 xkcd application ; fatjar packaging 2026-05-17 22:10:25 +02:00
rattatwinko d07cd476de fixes ; kernel stability rev2 2026-05-17 17:50:55 +02:00
rattatwinko 86799e4b19 nicer stuff ; cleanup of AI stuff 2026-05-17 17:05:28 +02:00
rattatwinko ef40b733bd delete experimental 2026-05-16 22:56:47 +02:00
rattatwinko e905891b11 initial AI slop commit. to be refactored! 2026-05-16 22:56:08 +02:00