How to Install and Uninstall speech-dispatcher.src Package on Oracle Linux 8

Last updated: April 29,2024

1. Install "speech-dispatcher.src" package

This guide covers the steps necessary to install speech-dispatcher.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install speech-dispatcher.src

2. Uninstall "speech-dispatcher.src" package

Please follow the guidance below to uninstall speech-dispatcher.src on Oracle Linux 8:

$ sudo dnf remove speech-dispatcher.src $ sudo dnf autoremove

3. Information about the speech-dispatcher.src package on Oracle Linux 8

Last metadata expiration check: 7:07:15 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : speech-dispatcher
Version : 0.8.8
Release : 6.el8
Architecture : src
Size : 1.9 M
Source : None
Repository : ol8_appstream
Summary : To provide a high-level device independent layer for speech synthesis
URL : http://devel.freebsoft.org/speechd
License : GPLv2+ and GPLv2
Description : * Common interface to different TTS engines
: * Handling concurrent synthesis requests – requests may come
: asynchronously from multiple sources within an application
: and/or from more different applications.
: * Subsequent serialization, resolution of conflicts and
: priorities of incoming requests
: * Context switching – state is maintained for each client
: connection independently, event for connections from
: within one application.
: * High-level client interfaces for popular programming languages
: * Common sound output handling – audio playback is handled by
: Speech Dispatcher rather than the TTS engine, since most engines
: have limited sound output capabilities.