OpenUtau
OpenUtau copied to clipboard
Open singing synthesis platform / Open source UTAU successor
The following checks are performed between DiffSinger vocoder and acoustic model: - `sample_rate`, `hop_size`, `num_mel_bins`, `mel_fmin`, `mel_fmax` must be equal - `mel_scale` must be equal and must be `slaney` or...
adds a check to stop `playPosXToTickOffset` from becoming `NaN` fixes a visual bug with the piano roll when first opened while the project is playing due to `NaN` propagating to...
### Acknowledgement - [x] I have read Getting-Started and FAQ ### 🐛 Describe the bug When i was trying to reopen my ustx i was greeted with this error i...
### Acknowledgement - [X] I have read Getting-Started and FAQ ### 🐛 Describe the bug Hello like the title says. OU's Phonemizer stopped automatically input the VCs or even on...
### Acknowledgement - [X] I have read Getting-Started and FAQ ### 🐛 Describe the bug An error occurred when using Diffsinger's ONNX Variance function No error occurred when converting Torch...
### Acknowledgement - [X] I have read Getting-Started and FAQ ### 🐛 Describe the bug All Diffsinger phonimizers are crashed and output "error" for the Diffsinger library named "Xinhua". ###...
New Feature: - Move values relative to each other Allows positive or negative numbers to be entered in text boxes. movie: https://github.com/stakira/OpenUtau/assets/130257355/9691d85a-b503-4fa5-8751-4ed3caffdc46 Bug fix: - Fixed behavior of single click...
Add Millfeuille G2P trained by myself Implementation help by tigermeat Ensured G2P is in lyric helper and phonetic assistant
Changes: - Add a "samples" method that gets a bunch of Ys for a set of continuously ascending Xs at once, which don't call BinarySearch for each sample point. This...