Skip to content

Goruut

Requirements#

Requires the audio-dataset-converter-goruut library.

Phonemization#

The following command loads Norwegian speech data in common-voice format, phonemizes it using the ph-goruut plugin and stores it in Piper output format:

adc-convert \
  -l INFO \
  from-commonvoice-sp \
    -l INFO \
    -i "./input/train.tsv" \
    --rel_path clips \
  phonemize \
    -l INFO \
    -p "ph-goruut -L Norwegian" \
  convert-to-wav \
  to-piper-sp \
    -l INFO \
    -o ./output