Bug 1193688
| Summary: | [patch] pulse plugin miscalculates latency | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Stas Sergeev <stsp2> | ||||
| Component: | libao | Assignee: | Hans de Goede <hdegoede> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 21 | CC: | ajax, hdegoede, lpoetter | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | libao-1.2.0-4.fc21 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2015-03-04 10:26:08 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
Thanks for the patch, I'm preparing an update fixing this. libao-1.2.0-4.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/libao-1.2.0-4.fc21 Please upstream it if possible - i tried to do that myself, but their site is extremely unfriendly to newcomers. I couldn't even register in their bts. (In reply to Stas Sergeev from comment #3) > Please upstream it if possible - i tried to do > that myself, but their site is extremely unfriendly > to newcomers. I couldn't even register in their bts. I know the feeling wrt upstream's website not being ideal. As for me upstreaming the patch, sorry I do not have the time for that, so you will have to navigate upstreams website yourself. I do believe it is important to get this upstream though, so thanks for working on this! Package libao-1.2.0-4.fc21: * should fix your issue, * was pushed to the Fedora 21 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing libao-1.2.0-4.fc21' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2015-2380/libao-1.2.0-4.fc21 then log in and leave karma (feedback). КУФВ Lennart is credited as an author of this. Lennart, could you help upstreaming this? To clarify: libao's README says the following: --- libao-pulse Copyright (C) Lennart Poettering 2004-2006 --- So I guess Lennart can help upstreaming the libao-pulse patch. Sorry for unintentional comment #6 libao-1.2.0-4.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 992924 [details] the fix Description of problem: When libao is used with pulseaudio you get clicks. Version-Release number of selected component (if applicable): libao-1.2.0-3.fc21.x86_64 How reproducible: easily Steps to Reproduce: 1. use ao_play() in your app Actual results: clicks, dirty sound Expected results: clean sound Additional info: Attached is the fix.