[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
0.10.0 release!
From: |
Samuel Thibault |
Subject: |
0.10.0 release! |
Date: |
Mon, 10 Aug 2020 01:05:35 +0200 |
User-agent: |
NeoMutt/20170609 (1.8.3) |
Hello,
This time it is for good, I have made a 0.10.0 release. Only a few
fixups since rc4.
Speech Dispatcher 0.10
======================
Announcing the availability of Speech Dispatcher 0.10 developed as a part of
the Free(b)Soft project.
* What is new in 0.10?
Version 0.10
* Add punctuation level "most".
* Rework thread synchronization.
* Move espeak/espeak-ng audio queuing to shared file, rework it.
* Make baratinoo use this audio queueing, enable marks, and support
responsiveness parameter.
* Add support for Baratinoo engine 8.6
* Show mark progression in spd-say.
* Add --character option to spd-say.
* Put country/region in language instead of variant.
* pico, generic: fix setting voice by language.
* generic: Add fallback voices for generic languages.
* symbols: Add support for SSML.
* symbols: Add SymbolPreprocFile directive to load several symbol files.
* symbols: Replace DefaultSymbolsPreproc directive with SymbolsPreproc directive
to have more fine-grained control over server preprocessing.
* symbols: Import emojis and unicode font variants support from NVDA and Unicode
CLDR and UnicodeData.
* symbols: Import some symbols from Orca.
* symbols: Add rules to drop gender-neutral forms.
* symbols: Add support for group references.
* Disable Mary-TTS module by default.
* Replace AudioPulseServer option with AudioPulseDevice.
* Fix default pulse latency to 10ms to avoid pulseaudio distorted output.
* Made client isolation stronger for Snap/Flatpak support.
Changes since 0.10.0-rc3:
* Update CLDR to version 37 and font variants to last version.
* spd-say: Fix synthesizing percent
* handle _pulse_open() errors in reconnect
* Where to get it?
You can get the distribution tarball of the released version from
https://github.com/brailcom/speechd/releases/download/0.10.0/speech-dispatcher-0.10.0.tar.gz
Debian packages will also be available in debian experimental soon.
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!
- 0.10.0 release!,
Samuel Thibault <=