Skip to content

Commit

Permalink
Tuned default input_len to a signifigant value
Browse files Browse the repository at this point in the history
  • Loading branch information
gsspdev committed Jul 17, 2024
1 parent 61b473c commit 8433d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/sorting.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ pub struct SortConfig {
impl Default for SortConfig {
fn default() -> Self {
Self {
input_len: 100,
input_len: 96, // LCM of 12 & 32; useful for pitch and computation
sorting_algorithm: SortingAlgorithm::default(),
audio_enabled: true,
playback_time: 10.0,
Expand Down

0 comments on commit 8433d52

Please sign in to comment.