项目代码托管在 GitHub 上,访问地址:https://approximetal.github.io/VoicePlatform/
-
Clone 项目代码
git@github.com:Approximetal/VoicePlatform.git -
进入项目目录
cd ./speech_demos -
生成所需 manifest(如素材有更新需重新执行)
python3 scripts/generate_video_translation_manifest.py python3 scripts/generate_speech_editing_manifest.py python3 scripts/generate_audio_processing_manifest.py ...
-
启动任意静态服务器(示例使用 Python)
python3 -m http.server 8000
-
打开浏览器访问
http://127.0.0.1:8000查看页面效果。
如需使用其他静态服务器(如
npm serve、live-server等),同样在/mnt/code/speech_demos目录下启动即可。