Bug 454165
| Summary: | Pulseaudio output broken on big endian archs | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ian Chapman <packages> | ||||||
| Component: | libao | Assignee: | Hans de Goede <hdegoede> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | low | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | 9 | CC: | hdegoede | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | powerpc | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | 0.8.8-5.fc8 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2008-07-09 02:50:26 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
Ian Chapman
2008-07-05 20:45:45 UTC
Created attachment 311080 [details]
Fixes pulse audio output for libao on BE archs.
I'm sorry Hans, I swear I'm not picking on you with these audio issues :-)
Anyway, the patch changes the sample format to PA_SAMPLE_S16NE (Native Endian)
from PA_SAMPLE_S16LE (Little Endian). This fixes it for me and tools such as
timidity++ and vorbis-tools work correctly with pulseaudio via libao.
Note, I should have said at the start of the report, the audio is only broken if libao uses pulseaudio. OSS, alsa etc work correctly. Created attachment 311081 [details]
Fixes pulse audio output for libao on BE archs.
Ooops, attached the wrong file.
Thanks! Fix build for rawhide and buildiing for F-9 and F-8, also submitted upstream: https://trac.xiph.org/ticket/1397 libao-0.8.8-5.fc9 has been submitted as an update for Fedora 9 libao-0.8.8-5.fc8 has been submitted as an update for Fedora 8 libao-0.8.8-5.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report. libao-0.8.8-5.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. |