Skip to content

Commit

Permalink
feat: add two step synthesis to the regression suite
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed Jan 14, 2025
1 parent 9c7827c commit a06aa56
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions everyvoice/tests/regression-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,18 @@ r "coverage run -p -m everyvoice synthesize from-text \
'$FS2'"
# TODO: check the synthesized files, somehow

# Exercise two-step synthesis
r "coverage run -p -m everyvoice synthesize from-text --output-type spec --text 'Test via spec.' '$FS2'"
r "coverage run -p -m everyvoice synthesize from-spec \
--input synthesis_output/synthesized_spec/Test-via-spec---speaker_0--eng--spec-pred-22050-mel-librosa.pt \
--vocoder-path '$VOCODER'"

# Exercise DeepForceAligner
# Meh, this appears to be broken...
#r "coverage run -p -m dfaligner train config/everyvoice-aligner.yaml --config-args training.max_epochs=$EPOCHS"
#r "coverage run -p -m dfaligner extract-alignments"


# 7: spin up the demo
# everyvoice demo $FS2 $VOCODER &

Expand Down

0 comments on commit a06aa56

Please sign in to comment.