Skip to content

Approximetal/VoicePlatform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

项目地址

项目代码托管在 GitHub 上,访问地址:https://approximetal.github.io/VoicePlatform/

本地预览

  1. Clone 项目代码

    git@github.com:Approximetal/VoicePlatform.git
    
  2. 进入项目目录

    cd ./speech_demos
  3. 生成所需 manifest(如素材有更新需重新执行)

    python3 scripts/generate_video_translation_manifest.py
    python3 scripts/generate_speech_editing_manifest.py
    python3 scripts/generate_audio_processing_manifest.py
    ...
  4. 启动任意静态服务器(示例使用 Python)

    python3 -m http.server 8000
  5. 打开浏览器访问 http://127.0.0.1:8000 查看页面效果。

如需使用其他静态服务器(如 npm servelive-server 等),同样在 /mnt/code/speech_demos 目录下启动即可。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published