PyVogen
Github | Gitee | Gitlab | Bitbucket | Coding
PyVogen是开源歌声合成引擎Vogen的python实现
本python库依赖以下库: wget tqdm numpy pyworld jyutping tabulate pypinyin pyperclip onnxruntime simpleaudio more-itertools
安装
pip install vogen
示例
以下是文件读写示例,音频合成等更多示例参见文档
import vogen as vg
#打开文件
vf=vg.openvog("myproject.vog")
# 获取第0乐句的歌词与拼音列表
u=vf.utts[0]
lyrics=[i.lyric for i in u.notes]
roms=[i.rom for i in u.notes]
print(lyrics)
print(roms)
#保存文件
vf.save("myproject2.vog")
相关链接
Release files for vogen 0.0.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| vogen-0.0.7.tar.gz | 126.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| vogen-0.0.7-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 257.6 kB
Release files / vogen-0.0.7.tar.gz
| Download URL | vogen-0.0.7.tar.gz |
|---|---|
| Size | 126.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0cf43aa0312b04b2353fc44096a94704dfe4c48f7eba8ef8990e8b89ff2ee9df
|
|
BLAKE2b-256 checksum How to use checksums |
13056f1bffc276a35c2fc02c24251b9ffcde0f37fa704493aedc0d2a81999824
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7
|
Release files / vogen-0.0.7-py2.py3-none-any.whl
| Download URL | vogen-0.0.7-py2.py3-none-any.whl |
|---|---|
| Size | 131.2 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
8da12dfe0483d11f1dfb993cca9d5e34edc8b11c9b3c358ed2c63373dadf2e07
|
|
BLAKE2b-256 checksum How to use checksums |
3b5b6592617229ac0ec174c51ba19c846b832b26b0e70c575239d90eef665fe6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7
|