Skip to content

Commit 7e778b8

Browse files
committed
Tweaked defaults, updated version to 0.15.5
1 parent 9218a68 commit 7e778b8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "katvisualizer"
3-
version = "0.15.4"
3+
version = "0.15.5"
44
edition = "2024"
55

66
[workspace]

src/editor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ impl Default for RenderSettings {
688688
lookup_size: 2, // (COLOR_TABLE_BASE_CHROMA_SIZE * 2) * (COLOR_TABLE_BASE_LIGHTNESS_SIZE * 2) * 3 bytes = ~98 kB
689689
agc_duration: Duration::from_secs_f32(1.0),
690690
agc_above_masking: 37.0, // Determined using peak of sawtooth wave @ 440hz
691-
agc_below_masking: 37.0 - 40.0, // 40dB of dynamic range
691+
agc_below_masking: 40.0 - 37.0, // 40dB of dynamic range
692692
agc_minimum: (HEARING_THRESHOLD_PHON + 0.1)
693693
- AnalysisChainConfig::default().listening_volume,
694694
agc_maximum: MAX_INFORMATIVE_NORM_PHON

0 commit comments

Comments
 (0)