brailcom/speechd

Add a Stop command to generic module

オープン

#1,042 opened on 2025/07/31

 (0 件のコメント) (1 件のリアクション) (0 人の担当者)C (86 件のフォーク)auto 404
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (325 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド