0


AI 人声模拟,MockingBird实现AI拟声,声音处理,基础搭建和采坑处理。

AI 人声模拟 MockingBird实现AI拟声 基础搭建和采坑处理。

1.下载项目

git@github.com:babysor/MockingBird.git

https://github.com/babysor/MockingBird.git

此项目分两个版本 请注意 一个是主版本 一个是V0.0.1版本

1.png

现在主要是演示v0.0.1版本

2.基础环境

  1. Anconada 安装 Anconada 安装
  2. 创建一个全新的conda环境 图像界面创建> 以下以python3.9版本开始配置,以下以创建新的conda环境名称MockingBird开始
  3. 安装pytorch官网 选择你电脑可以适配版本

2.png

  1. 安装安装 ffmpeg

3.png

下载地址

需要配置环境变量,使得cmd中能启动ffmpeg 配置地址

  1. 切换到你下载的git目录。执行 pip install -r requirements.txt

问题

第一个

ERROR: Ignored the following versions that require a different python version:0.52.0 Requires-Python >=3.6,<3.9;0.52.0rc3 Requires-Python >=3.6,<3.9;0.55.2 Requires-Python <3.5
ERROR: Could not find a version that satisfies the requirement monotonic-align==0.0.3(from versions:1.0.0)
ERROR: No matching distribution found for monotonic-align==0.0.3

解决方案:这种情况就是把 monotonic-align的版本直接改成1.0.0 即

monotonic-align==1.0.0

即可

第二个

error: Microsoft Visual C++14.0or greater is required. Get it with"Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/

解决方案

  1. 最后执行 pip install webrtcvad-wheels 即可

2.下载模型

使用前一定要tag切换到v0.0.1版本

下载的模型保存到5.png

saved_models 这个文件夹需要自己创建

3. 启动

执行 python -u web.py

访问 http://localhost:8080 即可

标签: 人工智能 ffmpeg ai

本文转载自: https://blog.csdn.net/qq_45451150/article/details/130291420
版权归原作者 fiction destiny 所有, 如有侵权,请联系我们删除。

“AI 人声模拟,MockingBird实现AI拟声,声音处理,基础搭建和采坑处理。”的评论:

还没有评论