eSpeak NG is an open source speech synthesizer that supports more than hundred languages and accents.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

cmd_options.test 908B

12345678910111213141516171819
  1. #!/bin/sh
  2. # include common script
  3. . "`dirname $0`/common"
  4. ##### Script coverage
  5. # missing tests: -k 10, -a, -d, -g, -p, -s, -w, -b, -z, -pho, -phonout, --punct, --split, --tie, -load
  6. # tested in other tests: --ipa, -x, -X, -v, -m, -f, -q, --compile, --compile-debug, --compile-mbrola, --compile-intonations, --compile-phonemes
  7. test_phon en "_#X1T'aI _#X1'Es Iz a# _#X1t'Es _#X1t'i: fO@ _#X1k'apIt@Lz" "ThiS is a TesT for Capitals" "Capitals (sound)" "-k 1"
  8. test_phon en "k,ap@-t@L T'aI k,ap@-t@L 'Es Iz a# k,ap@-t@L t'Es k,ap@-t@L t'i: fO@ k,ap@-t@L k'apIt@Lz" "ThiS is a TesT for Capitals" "Capitals (word)" "-k 2"
  9. test_phon en "hq@qlq'oU wq'3:qlqd" "hello world" "Separator" "--sep=q"
  10. test_phon en "wi:; 'A@
  11. wi:; A@ t'EstIN
  12. wi:; A@ t'EstIN l'aInlENT wi:; A@ t'EstIN l'aInlENT l'aIk D'Is" "We are
  13. We are testing
  14. We are testing linelength
  15. We are testing linelength like this" "Linelength" "-l 15"