将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 Android:应用程序崩溃发送putExtra的意图   JNI错误:尝试传递java实例。字符串作为参数   JavaJMockit与静态初始化   java@products@消费意义。。。JSON或者它只是一个字符串   java如何解决在命令提示符中找不到或加载主类错误?   java使用JavaMail API发送带有内联图像的电子邮件   java为什么我不能与Twitter共享内容   jspservlet正在显示java。木卫一。FileNotFoundException:?E:\guru99\test。txt(文件名、目录名或卷标语法不正确)   java如何在单击另一页上的按钮时向表视图添加数据?   java在提交表单数据之后,它显示了以下问题   java Spring启动通知/严重错误后重启   java从数组列表中删除元素   java Spring引导批处理:如何使用CompositeWriter和自定义ItemWriter实现多线程步骤   Spring java代码表单post和重定向到其他服务器