From 70b95279579146bf46910257f8e0ecb1ff62b24f Mon Sep 17 00:00:00 2001 From: Astatin Date: Wed, 6 Aug 2025 15:59:22 +0200 Subject: Dynamically adapt audio speed to keep latency low --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index ee815f8..3f71987 100644 --- a/src/main.rs +++ b/src/main.rs @@ -84,7 +84,7 @@ struct Cli { #[arg(long, default_value_t = false)] no_response: bool, - /// Verbosity. Coma separated values (possible values: infos,debug,opcode_dump,halt_cycles,errors,none) + /// Verbosity. Coma separated values (possible values: infos,debug,opcode_dump,halt_cycles,audio_latency,errors,none) #[arg(short, long, default_value = "infos,errors")] verbosity: String, } -- cgit v1.2.3-70-g09d2