1
0
Fork 0

Default cpal backend to 48 kHz sample rate

This is probably a safer default for most regular computers.
This commit is contained in:
Robbert van der Helm 2022-11-10 14:14:12 +01:00
parent ec061cd0e5
commit b93cd08dfa

View file

@ -34,7 +34,7 @@ pub struct WrapperConfig {
/// The audio backend's sample rate.
///
/// This setting is ignored when using the JACK backend.
#[clap(value_parser, short = 'r', long, default_value = "44100")]
#[clap(value_parser, short = 'r', long, default_value = "48000")]
pub sample_rate: f32,
/// The audio backend's period size.
///