brailcom/speechd

Adding Spiel backend support

Open

#878 opened on Mar 17, 2024

View on GitHub
 (2 comments) (0 reactions) (0 assignees)C (86 forks)auto 404
enhancementhelp wantedpriority

Repository metrics

Stars
 (325 stars)
PR merge metrics
 (PR metrics pending)

Description

Is your feature request related to a problem? Please describe.

From @eeejay :

It would be useful to be able to start speech syntheses from e.g. flatpak/snap containers to isolate them. The Spiel approach allows to easily ship syntheses this way, and connect to them through dbus.

Describe the solution you'd like

We could add to the speechd core support for Spiel, in addition to the existing modules support. Basically, a new implementation alongside output.c.

Contributor guide