File: ANNOUNCE

package info (click to toggle)
speech-dispatcher 0.12.0-4~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 36,712 kB
  • sloc: ansic: 27,707; sh: 5,404; python: 1,224; makefile: 1,037; lisp: 583; cpp: 404
file content (84 lines) | stat: -rw-r--r-- 3,363 bytes parent folder | download | duplicates (12)
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
Speech Dispatcher 0.9
=====================

Announcing the availability of Speech Dispatcher 0.9 developed as a part of
the Free(b)Soft project.

* What is new in 0.9?

 - Add configuration file for espeak-ng + mbrola
 - Add support for Baratinoo (VoxyGen), Kali, and Mary-TTS
 - Better manage volume for generic-based modules.
 - Auto-detect module availability.
 - Make generic module provide voice list.
 - Add systemd unit file.

* Where to get it?

  You can get the distribution tarball of the released version from
  https://github.com/brailcom/speechd/archive/0.9.tar.gz

  We recommend the use of sound icons with Speech Dispatcher.
  They are available at
  http://www.freebsoft.org/pub/projects/sound-icons/sound-icons-0.1.tar.gz

  Corresponding distribution packages should soon be available at
  your distribution mirrors.

  The home page of the project is https://github.com/brailcom/speechd

* What is Speech Dispatcher?

  Speech Dispatcher is a device independent layer for speech
  synthesis, developed with the goal of making the usage of speech
  synthesis easier for application programmers. It takes care of most
  of the tasks necessary to solve in speech enabled applications. What
  is a very high level GUI library to graphics, Speech Dispatcher is
  to speech synthesis.

  Key Speech Dispatcher features are:

  - Message priority model that allows multiple simultaneous
    connections to Speech Dispatcher from one or more clients
    and tries to provide the user with the most important messages.

  - Different output modules that talk to different synthesizers so
    that the programmer doesn't need to care which particular
    synthesizer is being used. Currently Festival, Flite, Epos, Espeak
    and (non-free) Dectalk software, IBM TTS, Pico and others are
    supported. Festival is an advanced Free Software synthesizer
    supporting various languages. Espeak is a very fast multi-lingual
    Free Software synthesizer.

  - Simple interface for programs written in C, C++ provided through a
    shared library. Python, Common Lisp and Guile interfaces. An Elisp
    and Java libraries are developed as sperate projects speechd-el
    and speechd-java. Possibly an interface to any other language can
    be developed.

* How to report bugs?

  Please report bugs at https://github.com/brailcom/speechd/issues .
  For other contact please use either the above link or our mailing list
  <speechd-discuss@nongnu.org> .

Happy synthesizing!


Copyright (C) 2004-2013 Brailcom, o.p.s
Copyright (C) 2010 William Hubbs <w.d.hubbs@gmail.com>
Copyright (C) 2014-2017 Luke Yelavich <themuso@ubuntu.com>
Copyright (C) 2018-2019 Samuel Thibault <samuel.thibault@ens-lyon.org>

This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later
version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.  See the GNU General Public License for more details (file
COPYING in the root directory).

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.