This commit is contained in:
dingfeng.wong
2025-07-22 22:13:09 +08:00
parent 0ad663c835
commit 15657df63f
+4
View File
@@ -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"