brailcom/speechd

Add a Stop command to generic module

Aberta

#1.042 aberto em 31 de jul. de 2025

 (0 comentário) (1 reação) (0 responsável)C (86 forks)auto 404
enhancementgood first issuehelp wanted

Métricas do repositório

Stars
 (325 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Is your feature request related to a problem? Please describe. Currently the generic module just kills the child on stop. But if the synth is actually a web service it'll continue speaking

Describe the solution you'd like We could add a GenericStopSynth parameter to tell how to stop the synth

Describe alternatives you've considered The generic module could send SIGTERM instead of SIGKILL and the child catch it, but that'd not work with mere curl calls and such

Guia do colaborador