t
This commit is contained in:
@@ -422,6 +422,10 @@ def listen_cmd(
|
|||||||
default="auto",
|
default="auto",
|
||||||
help="Device to use (auto, cuda, cpu)"
|
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(
|
verbose: bool = typer.Option(
|
||||||
default=False,
|
default=False,
|
||||||
help="Show verbose output and configuration"
|
help="Show verbose output and configuration"
|
||||||
|
|||||||
Reference in New Issue
Block a user