brailcom/speechd

Add a Stop command to generic module

开放

#1,042 创建于 2025年7月31日

 (0 条评论) (1 个反应) (0 位负责人)C (86 个派生)auto 404
enhancementgood first issuehelp wanted

仓库指标

星标
 (325 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南