pacer/app
Jeena 468657c374 audio: Use logarithmic dB curve for volume slider
A square curve still compresses too much at the top half of the range.
Map the slider linearly to -40 dB … 0 dB, then convert to amplitude
with 10^(dB/20). This makes each equal step of the slider produce an
equal perceived loudness change, so the full 0–100% range feels usable.
2026-03-10 02:24:50 +00:00
..
src audio: Use logarithmic dB curve for volume slider 2026-03-10 02:24:50 +00:00
build.gradle.kts feat(US-16): configure release signing and minification 2026-03-09 12:24:44 +00:00
proguard-rules.pro Set up Android project with Kotlin and Jetpack Compose 2026-03-09 06:51:42 +00:00