Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
yangrongzhao committed Dec 13, 2024
1 parent 3deb9f6 commit 43ab1cd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# OpenVoice.Axera

## 官方repo: https://github.com/myshell-ai/OpenVoice.git
人声克隆,官方repo: https://github.com/myshell-ai/OpenVoice.git

## 模型转换

参考[模型转换文档](model_convert/README.md)

## 运行
```
python3 main.py -i 输入音频 -o 输出音频(默认为output.wav)
```
2 changes: 2 additions & 0 deletions model_convert/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ pip install git+https://github.com/myshell-ai/MeloTTS.git
python -m unidic download
python export_onnx.py
pulsar2 build --input decoder.onnx --config config_decoder_u16.json --output_dir decoder --output_name decoder.axmodel --target_hardware AX650 --compiler.check 0
```

0 comments on commit 43ab1cd

Please sign in to comment.