waikato-ufdl / wai-annotations-festvox

wai.annotations module for managing festvox audio annotations.

Home Page:https://ufdl.cms.waikato.ac.nz/wai-annotations-manual/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wai-annotations-festvox

wai.annotations module for managing Festvox audio annotations.

The manual is available here:

https://ufdl.cms.waikato.ac.nz/wai-annotations-manual/

File format

The Festvox annotations are stored in a single text file, with one row per recording:

( FILENAME "TRANSCRIPT" )

The FILENAME is the name of the file without extension.

Plugins

FROM-FESTVOX-SP

Reads speech transcriptions in the Festival FestVox format

Domain(s):

  • Speech Domain

Options:

usage: from-festvox-sp [-I FILENAME] [-i FILENAME] [-N FILENAME] [-n FILENAME] [--seed SEED] [--rel-path REL_PATH]

optional arguments:
  -I FILENAME, --inputs-file FILENAME
                        Files containing lists of input files (can use glob syntax)
  -i FILENAME, --input FILENAME
                        Input files (can use glob syntax)
  -N FILENAME, --negatives-file FILENAME
                        Files containing lists of negative files (can use glob syntax)
  -n FILENAME, --negative FILENAME
                        Files that have no annotations (can use glob syntax)
  --seed SEED           the seed to use for randomisation
  --rel-path REL_PATH   the relative path from the annotations file to the audio files

TO-FESTVOX-SP

Writes speech transcriptions in the Festival FestVox format

Domain(s):

  • Speech Domain

Options:

usage: to-festvox-sp [--annotations-only] -o PATH [--split-names SPLIT NAME [SPLIT NAME ...]] [--split-ratios RATIO [RATIO ...]]

optional arguments:
  --annotations-only    skip the writing of data files, outputting only the annotation files
  -o PATH, --output PATH
                        the filename of the FestVox file to write the annotations into
  --split-names SPLIT NAME [SPLIT NAME ...]
                        the names to use for the splits
  --split-ratios RATIO [RATIO ...]
                        the ratios to use for the splits

About

wai.annotations module for managing festvox audio annotations.

https://ufdl.cms.waikato.ac.nz/wai-annotations-manual/

License:Apache License 2.0


Languages

Language:Python 100.0%