Changelog for
speech-dispatcher-debugsource-0.11.5-2.2.x86_64.rpm :
* Sun Jan 14 2024 Michael Gorse
- Have speech-dispatcher-module espeak supplement libespeak-ng1, rather than espeak-ng. The latter provides a binary which is not used or needed and that might not be installed.
* Mon Aug 14 2023 Michael Gorse - Update to version 0.11.5:
* Update CLDR to version 43 and symbols from NVDA.
* Fix parsing and emitting space character.
* Reduce espeak buffer size to avoid ssml issues.
* Add --disable-doc.
* Fix spd-conf not being able to set the default module.
* Fix pausing without index.
* Wed Jun 28 2023 ecsos - Use always python3.11 to build, so Leap use also python3.11 to build.
* Tue Dec 13 2022 Michael Gorse - Update to version 0.11.4: - Update CLDR to version 42 and symbols from NVDA. - Fix audio plugin loading with dlopen. - Fix atomicity of getting reply in threaded mode.- Changes from 0.11.3: - Fix back DefaultModule configuration. - pico: Avoid falling to english when passed a bogus voice name. - espeak: Fix setting voice type.- Changes from 0.11.2: - Fix loading xx-yy locales. - Various memory leaks fixes. - Add mimic3 configuration file. - pico: Fix setting language vs voice. - Make sure that modules report a list of voices. - Update CLDR to version 41, symbols from NVDA and orca. - Allow building without ltdl. - Re-enable SSML in espeak-ng-mbrola module.- Changes from 0.11.1: - Add SPEECHD_PLUGIN_DIR environment variable. - Fix listing voices of the default module.- Changes from 0.11 - Support playing audio through the server. - modules: Add support for loading from user\'s .local/libexec/speech-dispatcher. - symbols: Process symbols.dic before emojis.dic. - symbols: Enable speechd symbols processing by default. - modules: Moved speech dispatcher modules to /usr/libexec/speech-dispatcher-modules - espeak-ng: Add support for mbrola voices. - mary: Add auto-detection. - mary: Add newer voices. - mary: Add volume, pitch, and rate support. - ivona: Add auto-detection. - festival: Strip head silence. - generic: Add DefaultVoice option. - es_ES: Add some gender neutral rules. - Add SPEECHD_CMD environment variable. - modules: Rewrite main functions with BSD licence, to let proprietary modules easily reuse this as a basis. - modules: Add skeletons ready for use as a basis for new modules. - Add script to run speechd from the build tree. - Update CLDR to version 39, symbols from NVDA and orca. - Add Esperanto translation. - Sort modules by quality, let the best quality module be the default.- Rebase harden_speech-dispatcherd.service.patch.
* Tue Dec 13 2022 Stefan Schubert - Migration to /usr/etc: Saving user changed configuration files in /etc and restoring them while an RPM update.
* Tue Dec 13 2022 Johannes Segitz - Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
* harden_speech-dispatcherd.service.patch
* Tue Jun 21 2022 Stefan Schubert - Moved logrotate files from user specific directory /etc/logrotate.d to vendor specific directory /usr/etc/logrotate.d.
* Mon Jan 24 2022 Dominique Leuenberger - Do not recommends speech-dispatcher-module-espeak from the main package: the module-espeak already has a reverse recommends (supplements) based on speech-dispatcher and espeak.
* Fri Jan 29 2021 Radosław Wyrzykowski - Fix requires for the spd-conf tool
* Fri Nov 27 2020 ecsos - Update to version 0.10.2: - generic: Add support for sound icons - Add French, Norwegian Bokmål, Portuguese, Brazilian Portuguese, and Russian translations. - Add voxin module variant. - Factorize espeak module with espeak-ng module. - Make ibmtts and voxin use the common queue helpers. - Fix python bindings against python 3.9. - Reference the golang bindings. - Add spd_get_client_id. - Make key, char and sound_icon commands return message id. - Expose modulebindir in speech-dispatcher.pc. - Remove generic modules for synths that have a non-generic module.- Changes from 0.10.1 - 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-rc4: - Update CLDR to version 37 and font variants to last version. - spd-say: Fix synthesizing percent - handle _pulse_open() errors in reconnect - Changes since 0.10.0: - Fix including dic files- Change source url to official url on github.