mirror of
https://github.com/DrewThomasson/ebook2audiobook.git
synced 2026-01-08 21:38:12 -05:00
Add Hungarian VITS Custom-Voice test to workflow
This commit is contained in:
8
.github/workflows/E2A-Test.yml
vendored
8
.github/workflows/E2A-Test.yml
vendored
@@ -238,6 +238,14 @@ jobs:
|
||||
|
||||
$RUN_CMD --headless --language eng --ebook "tools/workflow-testing/test1.txt" --tts_engine VITS --voice "voices/eng/elder/male/DavidAttenborough.wav" --output_dir ~/ebook2audiobook/audiobooks/VITS
|
||||
|
||||
- name: Hungarian VITS Custom-Voice headless single test
|
||||
shell: bash
|
||||
run: |
|
||||
cd ~/ebook2audiobook
|
||||
if [ "$IS_WINDOWS" != "true" ]; then conda deactivate 2>/dev/null || true; fi
|
||||
|
||||
$RUN_CMD --headless --language hun --ebook "tools/workflow-testing/hun-test.txt" --tts_engine VITS --voice "voices/eng/elder/male/DavidAttenborough.wav" --output_dir ~/ebook2audiobook/audiobooks/VITS
|
||||
|
||||
- name: English YOURTTS Custom-Voice headless batch test
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user