update --stream-* defaults

master
Bel LaPointe 2023-12-19 10:30:10 -05:00
parent 01be2637ca
commit d05287fa3d
1 changed files with 4 additions and 4 deletions

View File

@ -16,13 +16,13 @@ struct Flags {
#[arg(long, default_value = "8")] #[arg(long, default_value = "8")]
threads: i32, threads: i32,
#[arg(long, default_value = "2.0")]
stream_retain: f32,
#[arg(long, default_value = "5")] #[arg(long, default_value = "5")]
stream_step: u64, stream_step: u64,
#[arg(long, default_value = "1.0")] #[arg(long, default_value = "0.6")]
stream_retain: f32,
#[arg(long, default_value = "0.3")]
stream_head: f32, stream_head: f32,
#[arg(long, default_value = "1.0")] #[arg(long, default_value = "0.3")]
stream_tail: f32, stream_tail: f32,
wav: Option<String>, wav: Option<String>,