Commit Graph

17 Commits

Author SHA1 Message Date
rattatwinko 51421ffc2b this feature will not last very long, its too hard to maintain, sometimes segfaults when encoder is finised or stops ?
moved into seperate folder, and cleaned up some components
2026-06-25 09:23:01 +02:00
rattatwinko d605509588 add: reencode album feature
for now presets which are featured in the GUI are: mp3, aac, opus, lossless.

to-refactor: AlbumReencoder.cpp, backend code is currently longer than needed! we can shorten it. with seperating the raii handlers into a seperate class
2026-06-24 12:46:20 +02:00
rattatwinko 66843e3ad2 refactor: EqualizerWidget and the logic behind it.
convenience add: build.sh cai option (Clean AppImage)
2026-06-19 18:54:20 +02:00
rattatwinko e62ab4626c refactor: MainWindow class into multiple items / controllers ; fix: Bug with PlaylistBrowserDialog.cpp : List item "No playlists available" was selectable 2026-06-19 13:05:45 +02:00
rattatwinko 97166e9f4e fix: preset dropdown selection for predefined presets 2026-06-16 20:33:47 +02:00
rattatwinko 71cf1af43a add presets for color chooser (bar color) and fix typo 2026-06-15 13:33:08 +02:00
rattatwinko c46caf7533 try to make code performant, lets see if this will work. 2026-06-11 18:45:03 +02:00
rattatwinko 677f263648 clean structure 2026-06-11 14:03:35 +02:00
rattatwinko 326424f6fa create own namespace for ffmpeg components 2026-06-10 07:57:06 +02:00
rattatwinko 86df304adb refactor ffmpeg super class into more maintainable package, cmake is catigorized now ; removed old engine, replaced with new one 2026-06-09 11:29:01 +02:00
rattatwinko 3c274b5cf8 more advanced build script, refactor eqprocessor.cpps functions: process and recomputeBiquad, which were not nice to read. now nicer to read. no need to compile, compile at more major change 2026-06-08 12:36:13 +02:00
rattatwinko 1960bf5e1d windeploy script 2026-06-07 22:54:20 +02:00
rattatwinko 94bba76ce2 add user custom playlist support 2026-06-07 19:58:08 +02:00
rattatwinko 4edb2e933d make CMakeLists.txt compile on WIN32 Platform 2026-06-06 03:17:14 +02:00
rattatwinko 61eb9a8be5 implement new audio engine 2026-06-05 20:30:12 +02:00
rattatwinko 16efeb2fde add shaders for bars, remove waterfall 2026-06-04 14:25:51 +02:00
rattatwinko 0d125993a5 initial commit 2026-06-02 19:07:34 +02:00