mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-08 12:01:21 +02:00
27559: espeak language codes and voice names.
This commit is contained in:
parent
31ec41022c
commit
c38161461f
2 changed files with 6 additions and 5 deletions
|
@ -1,5 +1,8 @@
|
|||
2010-01-04 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 27559: Completion/Unix/Command/_espeak: espeak language
|
||||
codes and voice names.
|
||||
|
||||
* Jesse Weinstein: 27558: Completion/Unix/Command/_espeak:
|
||||
completion for espeak.
|
||||
|
||||
|
@ -12534,5 +12537,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.4851 $
|
||||
* $Revision: 1.4852 $
|
||||
*****************************************************
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
#compdef espeak
|
||||
|
||||
#TODO: complete arguments to -v
|
||||
#TODO: complete non-existing filenames for -w and --phonout
|
||||
#TODO: describe special cases for -k
|
||||
#TODO: complete --punct better?
|
||||
#TODO: complete language code for --voices, etc.
|
||||
|
||||
_arguments \
|
||||
'-h[help]' \
|
||||
|
@ -20,7 +18,7 @@ _arguments \
|
|||
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
|
||||
91 92 93 94 95 96 97 98 99)' \
|
||||
'-s[speed]:words per minute: ' \
|
||||
'-v[voice]:voice name: ' \
|
||||
'-v[voice]:voice name:(afrikaans bosnian catalan czech welsh-test danish-test german greek default en-scottish english lancashire english_rp english_wmids english-us en-westindies esperanto spanish spanish-latin-american finnish french french greek-ancient hindi-test croatian hungarian armenian armenian-west indonesian-test icelandic-test italian test/jbo kurdish latin latvian macedonian-test dutch-test norwegian-test test/pap polish brazil portugal romanian russian_test slovak albanian serbian swedish swahihi-test tamil turkish vietnam-test Mandarin cantonese-test)' \
|
||||
'-b[8-bit text]' \
|
||||
'-m[SSML or other XML text]' \
|
||||
'-w[wav output]:filename: ' \
|
||||
|
@ -29,7 +27,7 @@ _arguments \
|
|||
'--stdout[output speech to stdout]' \
|
||||
'-k[capital letter indication]:integer:' \
|
||||
'--punct=-::characters: ' \
|
||||
'--voices=-[list available voices]::language code: ' \
|
||||
'--voices=-[list available voices]::language code:(af bs ca cs cy da de el en en-sc en-uk en-uk-north en-uk-rp en-uk-wmids en-us en-wi eo es es-la fi fr fr-be grc hi hr hu hy hy id is it jbo ku la lv mk nl no pap pl pt pt-pt ro ru sk sq sr sv sw ta tr vi zh zh-yue)' \
|
||||
'--path=-[espeak-data path]:path:_files -/' \
|
||||
'--compile=-[compile]::voicename or debug: ' \
|
||||
'--phonout=-[output filename for -x/-X]:filename: '
|
||||
|
|
Loading…
Reference in a new issue