On Sun, Mar 3, 2024 at 09:43 PM, Jon / W2JON wrote:
Yeah, bud I have been looking into and playing with the sound_volume function of the sbitx_sound.c file.?
it looks like this is where the two come together, I'm not that good, but it looks like it comes down to this simple mapping but Idk it's anything?but linear in practice on my set.?
are you seeing the same??
?
? ? snd_mixer_selem_get_playback_volume_range(elem, &min, &max);
? ? snd_mixer_selem_set_playback_volume_all(elem, volume * max / 100);
Here is the file from v3.01 for comparison if you can take a look.. I can run a GDB session to troubleshoot if needed.
?