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

貢獻者指南