Skip to content

Commit

Permalink
mix at 48kHz by default
Browse files Browse the repository at this point in the history
  • Loading branch information
zeozeozeo committed Dec 26, 2024
1 parent 9fe121d commit 88cbe5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/gui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ impl Default for Config {
vol_settings: VolumeSettings::default(),
litematic_export_releases: false,
midi_key: 60, // C4
sample_rate: 44100,
sample_rate: 48000,
expr_text: String::new(),
expr_variable: ExprVariable::Variation { negative: true },
sort_actions: true,
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ struct Args {
default_value_t = 0.2
)]
volume_var: f32,
#[arg(long, help = "Audio framerate", default_value_t = 44100)]
#[arg(long, help = "Audio framerate", default_value_t = 48000)]
sample_rate: u32,
#[arg(long, help = "Sort actions by time / frame", default_value_t = true)]
sort_actions: bool,
Expand Down

0 comments on commit 88cbe5e

Please sign in to comment.