We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 1602 - SDL2_mixer doesn't work without PulseAudio
Summary: SDL2_mixer doesn't work without PulseAudio
Status: RESOLVED INVALID
Alias: None
Product: SDL_mixer
Classification: Unclassified
Component: misc (show other bugs)
Version: unspecified
Hardware: x86_64 Linux
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-17 13:19 UTC by mbresson
Modified: 2017-05-29 15:25 UTC (History)
0 users

See Also:


Attachments
A short program to play an OGG music (857 bytes, text/x-csrc)
2012-09-17 13:19 UTC, mbresson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mbresson 2012-09-17 13:19:27 UTC
Created attachment 949 [details]
A short program to play an OGG music

Hello,
I have compiled SDL2_mixer with ./configure --disable-pulseaudio
I know I can use SDL_mixer 1.2 without PulseAudio (I only have ALSA on my linux system).
Is PulseAudio required with SDL2_mixer?
When I try to run a simple example, I get:

"Could not setup connection to PulseAudio"

I attached the source code used to test SDL2_mixer.
Comment 1 Ryan C. Gordon 2017-05-29 15:25:26 UTC
(Closing really old bug reports here.)

You've probably moved on since 2012, but SDL_mixer doesn't talk to PulseAudio directly; it talks to SDL, which talks to Pulse, so you'd have to disable it in SDL.

--ryan.