Add CXX API for MatchaTTS models (#1676)
This commit is contained in:
8
.github/workflows/c-api.yaml
vendored
8
.github/workflows/c-api.yaml
vendored
@@ -101,6 +101,10 @@ jobs:
|
||||
|
||||
./matcha-tts-zh-c-api
|
||||
|
||||
rm ./matcha-tts-zh-c-api
|
||||
rm -rf matcha-icefall-*
|
||||
rm hifigan_v2.onnx
|
||||
|
||||
- name: Test Matcha TTS (en)
|
||||
shell: bash
|
||||
run: |
|
||||
@@ -121,6 +125,10 @@ jobs:
|
||||
|
||||
./matcha-tts-en-c-api
|
||||
|
||||
rm ./matcha-tts-en-c-api
|
||||
rm -rf matcha-icefall-*
|
||||
rm hifigan_v2.onnx
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: matcha-tts-${{ matrix.os }}
|
||||
|
||||
Reference in New Issue
Block a user