Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuzukitsuru/udb
✨ UTAU DEBUG ENGINE | UTAU错误检查引擎
https://github.com/yuzukitsuru/udb
engine hacktoberfest singing-synthesis singing-voice synthesis synthesiser utau utauengine utauplugin
Last synced: 2 months ago
JSON representation
✨ UTAU DEBUG ENGINE | UTAU错误检查引擎
- Host: GitHub
- URL: https://github.com/yuzukitsuru/udb
- Owner: YuzukiTsuru
- License: agpl-3.0
- Created: 2019-06-28T01:45:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-16T03:36:27.000Z (12 months ago)
- Last Synced: 2024-02-16T04:30:06.520Z (12 months ago)
- Topics: engine, hacktoberfest, singing-synthesis, singing-voice, synthesis, synthesiser, utau, utauengine, utauplugin
- Language: C++
- Homepage:
- Size: 418 KB
- Stars: 21
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# UDB
## 中文
UTAU DEBUG ENGINE: UDB
采用AckieSound的VocalShifter变换,还原你的原始声音
并且专治以下疑难杂症:
- 不出声
- 声音不对
- 没有声音
- 格式错误
- 填词错误### Flag:
作用|默认值与FLAG
---|---
noFormantFlg | ("N",默认OFF)
性别值[-20cent] | ("g",-100~100,初始值0)
pitch微调[10cent] | ("t",-240~240,初始值0)
pitch微调[1cent] | ("T",-2400~2400,初始值0)
峰值限制 | ("P",0~100,初始值86)
低通道滤波器 | ("H",0~99,初始值0)
呼吸值 | ("B",0~100,初始值50)
明亮值 | ("O",-100~100,初始值0)
Clear值 | ("S",-100~100,初始值0)
输出Vshp文件 | ("Z",初始值OFF)
重新生成频率表 | ("V",初始值OFF)
PitchShift关闭 | ("W",基本值0)
Debug内容 | ("D",基本值0)### Reference
- [vslib](http://ackiesound.ifdef.jp/download.html)
- [vs4u]()Readme on vs4u
```
=========================================================================
【 名 称 】 VS4U ソースコード
【 公 開 日 】 2014/08/30
【 作 者 】 あっきー
【 連 絡 先 】 [email protected]
=========================================================================
【概要】
VS4Uのソースコードです。
コンパイルにはVocalShifterライブラリver.1.32が必要です。
個人の非商用利用に限り、自由に利用できます。
改変したものを公開する際は、VS4Uを改変したものであることをreadme等に記載してください。【その他】
バグ、ご意見、ご要望等ありましたらメールでお知らせください。
あっきー
メールアドレス : [email protected]
Ackie Sound : http://ackiesound.ifdef.jp/
サポート掲示板 : http://ackiesound.bbs.fc2.com/
```## English
UTAU DEBUG ENGINE
Resemble your original voice with the technology of AckieSound VocalShifter
|Github Download|Mirror (Lanzous)|
|---|---|
| [latest](https://github.com/YuzukiTsuru/UDB/releases/latest) | [latest](https://yuzukitsuru.lanzous.com/is0VNgdkgaf) |With the support of troubleshooting:
- No sound
- Wrong sound
- Incorrect format
- Incorrect lyric input### Flag:
Effect|FLAG, Default
---|---
noFormantFlg | ("N", OFF)
Gender factor[-20 cent] | ("g",-100~100, 0)
Pitch shift[10 cents] | ("t",-240~240, 0)
Pitch shift[1 cent] | ("T",-2400~2400, 0)
Peak limit | ("P",0~100, 86)
Low pass filter | ("H",0~99, 0)
Breath | ("B",0~100, 50)
Brightness | ("O",-100~100, 0)
Clearance | ("S",-100~100, 0)
Output Vshp file | ("Z", OFF)
Regenerate frequency file | ("V", OFF)
PitchShift disabled | ("W", 0)
Debug output | ("D", 0)### Reference
- [vslib](http://ackiesound.ifdef.jp/download.html)
- [vs4u]()Readme on vs4u lib
```
=========================================================================
【 名 称 】 VS4U ソースコード
【 公 開 日 】 2014/08/30
【 作 者 】 あっきー
【 連 絡 先 】 [email protected]
=========================================================================
【概要】
VS4Uのソースコードです。
コンパイルにはVocalShifterライブラリver.1.32が必要です。
個人の非商用利用に限り、自由に利用できます。
改変したものを公開する際は、VS4Uを改変したものであることをreadme等に記載してください。【その他】
バグ、ご意見、ご要望等ありましたらメールでお知らせください。
あっきー
メールアドレス : [email protected]
Ackie Sound : http://ackiesound.ifdef.jp/
サポート掲示板 : http://ackiesound.bbs.fc2.com/
```