pacer/app
Jeena da3b760f43 audio: Apply square curve to volume slider
AudioTrack.setVolume() takes a linear amplitude value, but human hearing
is logarithmic — a linear 0-1 slider sounds like all the volume is
crammed into the bottom quarter of the range. Squaring the slider value
(amplitude = linear²) spreads perceived loudness evenly across the
full slider travel.
2026-03-10 02:22:10 +00:00
..
src audio: Apply square curve to volume slider 2026-03-10 02:22:10 +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