Skip to content

Commit

Permalink
Period
Browse files Browse the repository at this point in the history
  • Loading branch information
Beinsezii committed Oct 18, 2024
1 parent 3db8a07 commit cfe0b51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -499,8 +499,7 @@ pub enum Action {
#[arg(long, default_value = "default")]
backend: Backend,

/// Set audio buffer size if supported
/// Will be clamped to what the audio device actually supports
/// Set audio buffer size if supported. Will be clamped to what the audio device actually supports
#[arg(long, default_value = None, value_parser=value_parser!(u32).range(48..=384000))]
buffer: Option<u32>,

Expand Down

0 comments on commit cfe0b51

Please sign in to comment.