Skip to main content

An AI based vocal synthesizer implemented in python and onnx, with a music21 interface

Project description

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")

相关链接

vogen仓库

vogen作者的b站空间(vogen试听页面)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vogen-0.0.7.tar.gz (126.5 kB view hashes)

Uploaded Source

Built Distribution

vogen-0.0.7-py2.py3-none-any.whl (131.2 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page