On Fri, Dec 21, 2018 at 10:14:42PM +0100, Yaroslav Isakov wrote: > This patch series introduces the ability for virtual audio drivers to pass > information about guest-chosen DB values to backend audio drivers. > > For now, supported virtual driver is hda-codec, and backend is pulseaudio, as > they both support DB values. > > Without these patches, emulated Windows has a very short range of hearable > sound, as range in the guest is much smaller than in Pulseaudio.
It's more useful to add support for converting db values to linear values, so it'll work properly with all backends not only pulse. cheers, Gerd