FangCunWuChang / DeepVocal-Mark-Tool

A convenient third party tool for editing the symbols of DeepVocal voice database in the process of making the database
GNU General Public License v3.0
20 stars 3 forks source link
cvvc deepvocal deepvocal-voice-database dv infinity infinity-synthesis singing-synthesis singing-voice-synthesis

DeepVocal-Mark-Tool

A convenient third party tool for editing the symbols of DeepVocal voice database in the process of making the database 一个便捷的第三方DeepVocal声库原音设定工具 image

更新内容

4.0版本

下载与安装

Windows

下载最新的release版本中的exe安装程序并安装即可。

Linux

Debian系系统

下载最新的release版本中的deb文件并双击安装或在终端中使用:

sudo dpkg -i xxxx.deb

安装。

RedHat系系统

下载最新的release版本中的rpm文件并在终端中使用:

sudo rpm -ivh xxxx.rpm --replacefiles

安装。

若安装时出现了:

错误:依赖检测失败:
    mesa-libGL-devel 被 dvmt-3.0.1b-1.el8.x86_64 需要
    mesa-libGLU-devel 被 dvmt-3.0.1b-1.el8.x86_64 需要

的错误,则在联网后执行:

sudo yum install mesa-libGL-devel
sudo yum install mesa-libGLU-devel

成功后再进行安装。

MacOS

下载最新的release版本中的dmg镜像并双击挂载后即可在dvmt中运行。MacOS版本的DVMT无需安装。

卸载

Windows

双击运行安装目录下的unins000.exe或在设置->应用->应用和功能或控制面板->程序->卸载程序中卸载。

Linux

Debian系系统

在终端中执行:

sudo dpkg -r dvmt

进行卸载。

RedHat系系统

在终端中执行:

sudo yum remove dvmt

进行卸载。

MacOS

MacOS系统无需卸载,推出dmg挂载的磁盘后删除文件即可。