Bug 502057
| Summary: | PulseAudio and ALSA volume misaligned | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Oliver Clark <oliver.clark> | ||||
| Component: | pulseaudio | Assignee: | Lennart Poettering <lpoetter> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | rawhide | CC: | awilliam, lkundrak, lpoetter, wtogami | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i686 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2009-05-23 21:07:58 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Oliver Clark
2009-05-21 16:54:45 UTC
Created attachment 344991 [details]
alsa-info
To be clear, here, the issue is really that when adjusting the volume with PA, you don't get a smooth scale from -64 to 0dB gain; the settings between 0 and 30% in PA are more or less useless. PA 0.9.15 basically maps 0dB to 100% and -90dB to 0%. In between that the mapping from the 'percentages' to dB is 'linear'. At 16bit PCM resolution 'silence' is reached around -90dB. That's why the scale ends there. Your sound card's schedule already ends at -64dB as it seems. To the effect that between -64dB and -90dB PA extends the attenuation range in software. In the current git version of PA I changed the mapping between 'percentage' volumes and the gain. Now, the attenuation factor and the percentage have a cubic relation. This should give us a more 'natural' feeling of pixel distance on the screen and actual change in loudness. |