8762983cc7
Use old style invocation to avoid bug in older qt
Build eismuliplexer for linux / Build (push) Waiting to run
2026-04-15 20:19:25 +02:00
c7f5c97e7b
Discontinue the use of qt connect by name slots
Build eismuliplexer for linux / Build (push) Waiting to run
2026-04-15 13:00:35 +02:00
f85bbb326e
Remove acestep binary path machinery
2026-04-15 12:15:07 +02:00
cc72f360b9
Improve AceStep request creation
2026-04-15 12:11:38 +02:00
e3fb4761b0
Make fattn off the default due to vulkan issues
2026-04-15 11:52:58 +02:00
55be24b36f
Refactor generation pipeline to reduce code duplication
2026-04-15 11:52:38 +02:00
be21c1f2bd
Dont unload models on cancle in high vram mode
2026-04-15 11:16:52 +02:00
ef17335614
Start qthread
2026-04-15 11:06:28 +02:00
39f6429199
Fix qt connection warning
2026-04-15 10:58:29 +02:00
275c1a1852
Make fattn optional
2026-04-15 13:17:08 +02:00
216e59c105
Add low vram mode (unloads models)
2026-04-15 13:01:41 +02:00
14dec9f335
Keep audio in memory
2026-04-15 12:35:44 +02:00
de7207f07e
Use the acestop api directly instead of calling binaries
2026-04-15 12:24:33 +02:00
6be80f1d5c
Dont allow pause while waiting for song
Build eismuliplexer for linux / Build (push) Has been cancelled
2026-03-25 18:01:42 +01:00
6ef8591769
Double clicking a song ends pause
2026-03-25 17:48:21 +01:00
9e0b8b4197
Fix unitalized bpm for new songs
2026-03-25 17:47:48 +01:00
4cacaa04e4
Refactor json handling for SongItems and add new fields.
Build eismuliplexer for linux / Build (push) Has been cancelled
2026-03-21 23:09:39 +01:00
9d0dc6298c
Add ability to enable and disable cot per song to ui
Build eismuliplexer for linux / Build (push) Has been cancelled
2026-03-20 10:14:22 +01:00
cynodesmus
970ed46892
feat: The syntax for running models has been changed
...
In acestep.cpp since commit 9567a45, rename CLI flags across all binaries:
--model -> --lm, --text-encoder -> --embedding
2026-03-19 19:06:51 +01:00
unknown
cb096388c8
feat: add Windows compatibility for external process execution
...
Build eismuliplexer for linux / Build (push) Waiting to run
This PR introduces cross-platform support for launching external binaries (`ace-lm` and `ace-synth`) on Windows systems.
**Key changes:**
* Introduced `EXE_EXT` constant in `AceStepWorker.h` using `Q_OS_WIN` macro to handle `.exe` extensions automatically.
* Updated binary path construction to ensure `QFileInfo::isExecutable()` and `QProcess` work correctly on Windows.
* The code remains fully compatible with Linux/macOS (extension remains empty).
**Why this is needed:**
On Windows, `QProcess` and `QFileInfo` require the `.exe` suffix to correctly identify and execute binary files. Without this change, the application fails to find the required tools even if they are present in the directory.
2026-03-17 18:58:34 +01:00
unknown
227ee981a3
feat: rename binaries ace-qwen3 --> ace-lm, dit-vae --> ace-synth (1e627bf+)
...
In acestep.cpp since commit 1e627bf, binary file names changed:
- ace-qwen3 --> ace-lm
- dit-vae --> ace-synth
! For users of previous aceradio versions:
- Delete settings for re-configuration
- Binaries rebuild with new names
2026-03-17 18:58:34 +01:00
unknown
6297477e29
feat: restore WAV as default output (aceradio compatibility)
...
acestep.cpp previously generated *.wav by default for maximum quality.
Later changed to mp3, but aceradio expects WAV input.
- Revert to WAV default to match aceradio workflow
- No conversion overhead or compatibility issues
- Preserves original high-quality generation logic
2026-03-17 18:58:34 +01:00
unknown
61003eb84c
fix: correct typos in comments, error messages, variables
...
- Fixed spelling in comments throughout codebase
- Corrected error messages and user-facing strings
- Standardized variable names (cancleGenerateion --> cancelGeneration where needed)
- No functional changes, purely cosmetic fixes
2026-03-17 18:58:34 +01:00
unknown
6db87d119d
feat: expand vocal language combo box (24-->50+ languages)
...
- Languages from the full list of "50+" have been added
- Backward compatible with original en/zh/ja
2026-03-17 18:58:34 +01:00
6f36719795
Add copywrite statements and LICENSE
Build eismuliplexer for linux / Build (push) Waiting to run
2026-03-17 18:56:56 +01:00
29d3a5b43b
Add first run message
2026-03-12 22:29:18 +01:00
439ebf71b4
Cancle generation before exiting
2026-03-10 00:48:02 +01:00
6042b479a4
Add proper cancelation
2026-03-10 00:42:26 +01:00
ee30799ac7
Fix shuffle mode being constant seeded
2026-03-10 00:42:04 +01:00
18e1588d73
Add wating message when douleclicking item
2026-03-07 12:10:27 +01:00
6eea5688a8
Small ui improvements
2026-03-06 11:36:39 +01:00
58e8345542
Reformat
2026-03-06 00:12:49 +01:00
10769eef09
add appliction icon
2026-03-06 00:12:49 +01:00
b719d8cf96
Add icons refactor repo structure
2026-03-06 00:12:49 +01:00