From 15657df63f418ec7f3f301935ca80f63b9526941 Mon Sep 17 00:00:00 2001 From: "dingfeng.wong" Date: Tue, 22 Jul 2025 22:13:09 +0800 Subject: [PATCH] t --- src/tooling/stt_cli.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/tooling/stt_cli.py b/src/tooling/stt_cli.py index c3c7166..d1c3eee 100644 --- a/src/tooling/stt_cli.py +++ b/src/tooling/stt_cli.py @@ -422,6 +422,10 @@ def listen_cmd( default="auto", help="Device to use (auto, cuda, cpu)" ), + wakeword_engine: str = typer.Option( + default="openwakeword", + help="Wake word engine to use (openwakeword, pvporcupine)" + ), verbose: bool = typer.Option( default=False, help="Show verbose output and configuration"