A C++ Qt graphical user interface for generating music using acestep.cpp
Find a file
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
.github/workflows CI: add linux appimage action 2026-03-13 01:06:40 +01:00
res Change location and name of .desktop file 2026-03-12 22:28:23 +01:00
src feat: expand vocal language combo box (24-->50+ languages) 2026-03-17 18:58:34 +01:00
.copywrite.hcl Add copywrite statements and LICENSE 2026-03-17 18:56:56 +01:00
CMakeLists.txt Add copywrite statements and LICENSE 2026-03-17 18:56:56 +01:00
LICENSE Add copywrite statements and LICENSE 2026-03-17 18:56:56 +01:00
README.md Add copywrite statements and LICENSE 2026-03-17 18:56:56 +01:00

Aceradio

Screenshot

A C++ Qt graphical user interface for generating music using acestep.cpp.

Requirements

  • Qt 6 Core, Gui, Widgets, and Multimedia
  • CMake 3.14+
  • acestep.cpp (bring your own binaries)

Installing

  1. Grab the latest release from https://github.com/IMbackK/aceradio/releases/
  2. For now you will have to provide acestep.cpp binaries, these can be optained by following the instructions at https://github.com/ServeurpersoCom/acestep.cpp or the Build acestep.cpp section below

Build acestep.cpp:

git clone https://github.com/ServeurpersoCom/acestep.cpp.git
cd acestep.cpp
mkdir build && cd build
cmake .. -DGGML_VULKAN=ON  # or other backend
make -j$(nproc)
./models.sh  # Download models (requires ~7.7 GB free space)

Building

git clone https://github.com/IMbackK/aceradio.git
cd aceradio
mkdir build && cd build
cmake ..
make -j$(nproc)

Setup Paths:

Go to settings->Ace Step->Model Paths and add the paths to the acestep.cpp binaries the models.

License

Aceradio and all its files, unless otherwise noted, are licensed to you under the GPL-3.0-or-later license