Fix android tts audio buffer size and fix CI. (#478)
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user