duangsuse::Echo
https://github.com/stakira/OpenUtau 虽然已经有六个月以上没有更新了,界面比 UTAU 好多了,纯 C# 应该比较可移植 #Csharp #windows #vocaloid https://github.com/justln1113/oto2dvcfg https://github.com/SuibianP/ust2lrc https://github.com/hyperzlib/Sinsy-Remix https://github.com/YuzukiTsuru/UDB…
GitHub
SuibianP/ust2lrc
A tool to generate basic/advanced lyric file from existing UTAU project. - SuibianP/ust2lrc
https://www.deep-vocal.com/#/ #recommended #vocaloid 🤔
https://github.com/justln1113/oto2dvcfg 配合这个应该很好用
DeepVocal 的作者 boxstar 也就是 SharpKey 的作者
https://github.com/justln1113/oto2dvcfg 配合这个应该很好用
DeepVocal 的作者 boxstar 也就是 SharpKey 的作者
DeepVocal
DeepVocal Official Website,ディープボーカル 公式サイト,DeepVocal 官方网站
https://github.com/hyperzlib/Sinsy-Remix 还有最传统的 Sinsy 本地版
GitHub
GitHub - hyperzlib/Sinsy-Remix: The HMM-Based Singing Voice Syntheis System Remix "Sinsy-r"
The HMM-Based Singing Voice Syntheis System Remix "Sinsy-r" - GitHub - hyperzlib/Sinsy-Remix: The HMM-Based Singing Voice Syntheis System Remix "Sinsy-r"
https://github.com/hyperzlib/Sinsy-Remix
这是一个支持中文作为音标记号的 Sinsy,它依赖 HTS (HMM-based speech synthesis engine)
可以到这里下载源代码(hts_engine) 编译和示例的音源
最后回到 Sinsy-Remix
/usr/bin/ld: /home/DuangSUSE/Projects/Sinsy-Remix/lib/hts_engine_API/HtsEngine.cpp:209: undefined reference to `HTS_Engine_generate_sample_wave'
http://hts.sp.nitech.ac.jp/?Download 去这里下载编译…… 不对,那里只有音源训练相关
在 sinsy-r 里
这是一个支持中文作为音标记号的 Sinsy,它依赖 HTS (HMM-based speech synthesis engine)
git clone https://github.com/hyperzlib/Sinsy-Remix.githttp://hts-engine.sourceforge.net/
cd Sinsy-Remix
aclocal; autoreconf
可以到这里下载源代码(hts_engine) 编译和示例的音源
aclocal; ./configure
make
sudo make install 最后回到 Sinsy-Remix
./configure --includedir /usr/local; make /usr/bin/ld: /home/DuangSUSE/Projects/Sinsy-Remix/lib/hts_engine_API/HtsEngine.cpp:209: undefined reference to `HTS_Engine_generate_sample_wave'
http://hts.sp.nitech.ac.jp/?Download 去这里下载编译…… 不对,那里只有音源训练相关
grep -r HTS_Engine_generate_sample_wave最后才发现因为 HTS engine 体积小,所以直接被加进来了 😂
pushd hts_engine_API
aclocal; autoreconf
make
sudo make install
popd 在 sinsy-r 里
sudo make install 就可以了!GitHub
GitHub - hyperzlib/Sinsy-Remix: The HMM-Based Singing Voice Syntheis System Remix "Sinsy-r"
The HMM-Based Singing Voice Syntheis System Remix "Sinsy-r" - GitHub - hyperzlib/Sinsy-Remix: The HMM-Based Singing Voice Syntheis System Remix "Sinsy-r"
duangsuse::Echo
https://github.com/hyperzlib/Sinsy-Remix 这是一个支持中文作为音标记号的 Sinsy,它依赖 HTS (HMM-based speech synthesis engine) git clone https://github.com/hyperzlib/Sinsy-Remix.git cd Sinsy-Remix aclocal; autoreconf http://hts-engine.sourceforge.net/ 可以到这里下载源代码(hts_engine)…
sinsy -w c -m 文档/hts_voice/cmu_us_arctic_slt.htsvoice -o 音乐/xi.wav 文档/MuseScore3/乐谱/野习_pin.xml 草,结果非常失败,根本唱不出来更不支持中文字典
Collecting PyQt5-sip<13,>=12.7 (from PyQt5)安装这个轮子花了我几乎半个小时……
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/af/ea/b0e4e5d3364780c0500325afb7b1bdc024f6b3fc637447f11a333b49329e/PyQt5_sip-12.7.2-cp37-cp37m-manylinux1_x86_64.whl (253kB)
|████████████████████████████████| 256kB 2.1MB/s
Building wheels for collected packages: PyQt5
Building wheel for PyQt5 (PEP 517) ... done
Stored in directory: /home/DuangSUSE/.cache/pip/wheels/b3/1f/34/259708ede3893c6b16abc9ac9d414598784cf2e25d03bbb373
Successfully built PyQt5
Installing collected packages: PyQt5-sip, PyQt5
duangsuse::Echo
https://github.com/autokey/autokey#installation #GitHub #Python #tools #linux 桌面自动化脚本……
from time import sleep
mouse.click_absolute(40, 130, 1) # Open Character Settings
sleep(0.1) # Wait for the dialog
keyboard.send_keys("<tab><tab><up><enter>") # last voice
mouse.click_absolute(40, 130, 1)
keyboard.send_keys("<tab><tab><down><enter>") # back 这个轮子又花了我半个小时…… 但可以一键 reload UTAU 里的 voice 了,方便。