Fix android tts audio buffer size and fix CI. (#478)
This commit is contained in:
4
.github/workflows/apk-tts.yaml
vendored
4
.github/workflows/apk-tts.yaml
vendored
@@ -26,8 +26,8 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
total: ["30"]
|
||||
index: ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29"]
|
||||
total: ["40"]
|
||||
index: ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
2
.github/workflows/test-build-wheel.yaml
vendored
2
.github/workflows/test-build-wheel.yaml
vendored
@@ -74,7 +74,7 @@ jobs:
|
||||
export PATH=/c/hostedtoolcache/windows/Python/3.8.10/x64/bin:$PATH
|
||||
export PATH=/c/hostedtoolcache/windows/Python/3.9.13/x64/bin:$PATH
|
||||
export PATH=/c/hostedtoolcache/windows/Python/3.10.11/x64/bin:$PATH
|
||||
export PATH=/c/hostedtoolcache/windows/Python/3.11.6/x64/bin:$PATH
|
||||
export PATH=/c/hostedtoolcache/windows/Python/3.11.7/x64/bin:$PATH
|
||||
|
||||
which sherpa-onnx
|
||||
sherpa-onnx --help
|
||||
|
||||
5
.github/workflows/test-go.yaml
vendored
5
.github/workflows/test-go.yaml
vendored
@@ -65,8 +65,6 @@ jobs:
|
||||
run: |
|
||||
mkdir tts-waves
|
||||
|
||||
cp -v go-api-examples/non-streaming-tts/*.sh scripts/go/_internal/non-streaming-tts/
|
||||
|
||||
cd scripts/go/_internal/non-streaming-tts/
|
||||
ls -lh
|
||||
go mod tidy
|
||||
@@ -106,8 +104,6 @@ jobs:
|
||||
- name: Test non-streaming decoding files (macOS)
|
||||
shell: bash
|
||||
run: |
|
||||
cp -v go-api-examples/non-streaming-decode-files/*.sh scripts/go/_internal/non-streaming-decode-files/
|
||||
|
||||
cd scripts/go/_internal/non-streaming-decode-files/
|
||||
ls -lh
|
||||
go mod tidy
|
||||
@@ -148,7 +144,6 @@ jobs:
|
||||
- name: Test streaming decoding files
|
||||
shell: bash
|
||||
run: |
|
||||
cp -v go-api-examples/streaming-decode-files/*.sh scripts/go/_internal/streaming-decode-files
|
||||
cd scripts/go/_internal/streaming-decode-files
|
||||
ls -lh
|
||||
go mod tidy
|
||||
|
||||
2
.github/workflows/test-pip-install.yaml
vendored
2
.github/workflows/test-pip-install.yaml
vendored
@@ -66,7 +66,7 @@ jobs:
|
||||
export PATH=/c/hostedtoolcache/windows/Python/3.8.10/x64/bin:$PATH
|
||||
export PATH=/c/hostedtoolcache/windows/Python/3.9.13/x64/bin:$PATH
|
||||
export PATH=/c/hostedtoolcache/windows/Python/3.10.11/x64/bin:$PATH
|
||||
export PATH=/c/hostedtoolcache/windows/Python/3.11.6/x64/bin:$PATH
|
||||
export PATH=/c/hostedtoolcache/windows/Python/3.11.7/x64/bin:$PATH
|
||||
|
||||
|
||||
sherpa-onnx --help
|
||||
|
||||
Reference in New Issue
Block a user