1SPEECH-DISPATCHER(1) User Commands SPEECH-DISPATCHER(1)
2
3
4
6 speech-dispatcher - speech synthesis daemon
7
9 speech-dispatcher [-{d|s}] [-l {1|2|3|4|5}] [-c com_method] [-S
10 socket_path] [-p port] [-t timeout] | [-v] | [-h]
11
13 Speech Dispatcher -- Common interface for Speech Synthesis (GNU GPL)
14
16 -d, --run-daemon
17 Run as a daemon
18
19 -s, --run-single
20 Run as single application
21
22 -a, --spawn
23 Start only if autospawn is not disabled
24
25 -l, --log-level
26 Set log level (between 1 and 5)
27
28 -L, --log-dir
29 Set path to logging
30
31 -c, --communication-method
32 Communication method to use ('unix_socket' or 'inet_socket')
33
34 -S, --socket-path
35 Socket path to use for 'unix_socket' method (filesystem path or
36 'default')
37
38 -p, --port
39 Specify a port number for 'inet_socket' method
40
41 -t, --timeout
42 Set time in seconds for the server to wait before it shuts down,
43 if it has no clients connected. Setting to 0 disables such shut‐
44 down
45
46 -P, --pid-file
47 Set path to pid file
48
49 -C, --config-dir
50 Set path to configuration
51
52 -m, --module-dir
53 Set path to modules
54
55 -v, --version
56 Report version of this program
57
58 -D, --debug
59 Output debugging information into $TMPDIR/speechd-debug if TM‐
60 PDIR is exported, otherwise to /tmp/speechd-debug
61
62 -h, --help
63 Print this info
64
65 Please report bugs to speechd-discuss@nongnu.org
66
68 Copyright © 2002-2012 Brailcom, o.p.s.
69 This is free software; you can redistribute it and/or modify it under
70 the terms of the GNU General Public License as published by the Free
71 Software Foundation; either version 2, or (at your option) any later
72 version. Please see COPYING for more details.
73
75 The full documentation for speech-dispatcher is maintained as a Texinfo
76 manual. If the info and speech-dispatcher programs are properly in‐
77 stalled at your site, the command
78
79 info speech-dispatcher
80
81 should give you access to the complete manual.
82
83
84
85speech-dispatcher 0.11.1 January 2022 SPEECH-DISPATCHER(1)