QSynthesis is an open-source software and a remake of vocal synthesis UTAU to provide UTAU community with user-friendly experience.
The project is in its second iteration.
Compatible for all UTAU project files and voice database, as well as resamplers and wavtools which meet UTAU standards.
QSynthesis inherits UTAU's plug-in interface so that most original UTAU plugins for Windows are supported.
QSynthesis is able to run on Windows, MacOS and Linux.
The whole QSynthesis source code is written in C++ with Qt library. In order to facilitate code reuse and reduce compilation troubles, the project uses as few other libraries as possible.
Component | Requirement | Detailed |
---|---|---|
Qt | >=5.15 | Core, Gui, Svg, Network, Multimedia |
Compiler | >=C++17 | MSVC 2019, MinGW 0.8.1, GCC, Clang |
CMake | >=3.5 | >=3.20 is recommended |
On Windows, compiling with Microsoft Visual C++ is strongly recommended.
For detailed information, see Build Instructions.
On Windows, you can use the default wavtool.exe
and resamplers.exe
which are distributed with UTAU to synthesize the audio for QSynthesis.
On Mac OS and Linux, there are no ready-made concatenating or resampling tools. You need to compile them yourself.
For detailed information, see Synthesizing Tools.
- Frameless Window
- Customized Color And Themes
- Real-time Rendering
- Multilingual Environment
- Effcient Voice Bank Management
- Easy to draw pitch
- Home: https://www.qt.io/
- License: LGPL v3
- Owner: Qt Company
- Source: https://github.com/wangwenx190/framelesshelper
- License: MIT License
- Owner: wangwenx190
- Source: https://github.com/waddlesplash/QMidi
- License: MIT License
- Owner: waddlesplash
- Source: https://github.com/titinko/frq_reader
- License: MIT License
- Owner: titinko
- Source: https://github.com/JetBrains/intellij-community
- License: Apache 2.0 License
- Owner: JetBrains s.r.o.
- Source: https://github.com/SineStriker/fsnotifier
- License: Apache 2.0 License
- Source: https://github.com/SineStriker/QScrollableTabWidget
- License: Apache 2.0 License
- Home: http://ackiesound.ifdef.jp/soko.html
- License: Unknown
- Source: https://github.com/Sleepwalking/mrq
- License: BSD
- Owner: Kanru Hua
- Origin: ScientistB
- Owner: Masao
- License: Unknown
- Source: https://github.com/Luk3M/world4utau
- License: GPL v3
- Owner: Luk3M
- Sine Striker (A.k.a VerySimple)
- Toarumoe
Welcome to commit pull requests.
QSynthesis 2.0 is licensed under Apache 2.0 License.