zsh-workers
 help / color / mirror / code / Atom feed
From: Jesse Weinstein <jessw@netwood.net>
To: zsh-workers <zsh-workers@zsh.org>
Subject: [PATCH] espeak completion
Date: Sun, 03 Jan 2010 22:47:16 -0800	[thread overview]
Message-ID: <1262587636.24526.8.camel@zareason> (raw)

Pretty basic, so far -- but it does include and describe the options.

Jesse

----------
#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.
local expl
_arguments \
    '-h[help]' \
    '-f[file to speak]:text file:_files' \
    '--stdin[speak from stdin]' \
    '-q[quiet, no sound output]' \
    '-a[aplitude]:integer:(0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
18 19 20)' \
    '-l[line length]:integer: ' \
    '-p[pitch]:integer:(0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
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: ' \
    '-b[8-bit text]' \
    '-m[SSML or other XML text]' \
    '-w[wav output]:filename: ' \
    '-x[output phoneme mnemonics]' \
    '-X[output phoneme mnemonics and translation trace]' \
    '--stdout[output speech to stdout]' \
    '-k[captial letter indication]:integer:' \
    '--punct=-::characters: ' \
    '--voices=-[list available voices]::language code: ' \
    '--path=-[espeak-data path]:path:_files -/' \
    '--compile=-[compile]::voicename or debug: ' \
    '--phonout=-[output filename for -x/-X]:filename: ' 



             reply	other threads:[~2010-01-04  6:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-04  6:47 Jesse Weinstein [this message]
2010-01-04 11:14 ` Mikael Magnusson
2010-01-04 17:26   ` Jesse Weinstein
2010-01-04 17:32     ` Mikael Magnusson
2010-01-04 20:28     ` Clint Adams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1262587636.24526.8.camel@zareason \
    --to=jessw@netwood.net \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).