Commit graph

9 commits

Author SHA1 Message Date
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
Some checks are pending
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
6f36719795 Add copywrite statements and LICENSE
Some checks are pending
Build eismuliplexer for linux / Build (push) Waiting to run
2026-03-17 18:56:56 +01:00
6042b479a4 Add proper cancelation 2026-03-10 00:42:26 +01:00
58e8345542 Reformat 2026-03-06 00:12:49 +01:00
b719d8cf96 Add icons refactor repo structure 2026-03-06 00:12:49 +01:00
Renamed from AceStepWorker.cpp (Browse further)