https://bugs.freedesktop.org/show_bug.cgi?id=46236
--- Comment #15 from Raymond <[email protected]> --- http://cgit.freedesktop.org/pulseaudio/pulseaudio/tree/src/pulse/volume.h Volumes commonly span between muted (0%), and normal (100%). It is possible to set volumes to higher than 100%, but clipping might occur. /** Normal volume (100%, 0 dB) */ #define PA_VOLUME_NORM ((pa_volume_t) 0x10000U) /** Muted (minimal valid) volume (0%, -inf dB) */ #define PA_VOLUME_MUTED ((pa_volume_t) 0U) your live chat does not has dB MAX at zero dB (100%) how did pulseaudio's 30% volume = -28.37 dB ? -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug.
_______________________________________________ pulseaudio-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs
