将UTAU语音库加载到Python数据结构中。

strcuta的Python项目详细描述


strcuta-将UTAU语音库加载到Python数据结构PyPIGithub repositoryRelease historyLicense

小例子

fromstrcutaimportvoicebank# Load the voice bank "Yamine Renri VCV ver.1.5" (Thanks to the owner :D).renri=voicebank.load("../闇音レンリ・連続音Ver1.5")# Resolve the spell (u-ta) and the pitch (F#5) into the voice as a wave data in# accordance with the "oto.ini"s and the "prefix.map".uta=renri.voice("u た","F#5")# Save the data with the WAVE format.uta.write("uta_fs5.wav")# Cut the specific segment of the voice and then save it.# "Overlap"uta.ovl().write("uta_ovl.wav")# "Preutterance"uta.pre().write("uta_pre.wav")# "Consonant". con() or fixed()uta.con().write("uta_vc-.wav")# "Vowel". vow() or stretchable()uta.vow().write("uta_-v.wav")# Except for the preutteranceuta.intime().write("uta_intime.wav")# Also play voices with the "sounddevice" package. (This is an optional# feature. Install the "strcuta[play]" instead of the "strcuta" to install the# "sounddevice" together.)uta.play()uta.con().play()

当前,strcuta可以加载-

  • *.wav
  • *.frq
  • oto.ini
  • prefix.map。在

您可以在release history中找到早期版本。在

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java等效mvn eclipse:clean eclipse:eclipse m2e命令   JDBC中SQL更新查询中的java错误   java试图从远程SSL地址为WebSocket连接下载并设置证书,但收到“签名不匹配”异常   java中hh:mm:ss格式的时间毫秒   java让精灵在碰撞中消失?   java在删除certan数据包的情况下创建新的wireshark文件   java将整数调用为布尔值   在从Java中的URL读取内容之前,请等待页面加载   java MediaPlayer在图像列表中仅播放一次有问题   在hibernate中使用注释时出现java异常   maven java。lang.NoClassDefFoundError:org/apache/http/HttpException在AWS EC2 ubuntu实例上   java我必须初始化所有变量吗?   java如何使用JavaSpark有效地处理数百万条记录   JavaDB/Derby错误08006   java如何在HQL中转义HQL特殊列“index”   如果没有得到输出,则使用java嵌套   java为Scanner方法编写模式   java创建了一个基于度分布和聚类系数分布的随机图   java Hibernate,用于获取subselect的基本整数列表