| Summary: | ALSA sound sometimes hangs on Raspberry Pi 2 B running Raspbian | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Boris Gjenero <boris.gjenero> |
| Component: | audio | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED INVALID | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 2.0.5 | ||
| Hardware: | ARM | ||
| OS: | Linux | ||
|
Description
Boris Gjenero
2017-04-05 22:48:52 UTC
This may have nothing to do with SDL. Later I coverted sample.wav to PCM and played it via "while true ; do time aplay sample-pcm.wav ; sleep 2 ; done" and it kept hanging after a few iterations. After uninstalling PulseAudio from the Raspberry Pi (pulseaudio-module-x11 pulseaudio pulseaudio-utils libpulsedsp), I'm not seeing these hangs anymore. (In reply to Boris Gjenero from comment #1) > This may have nothing to do with SDL. Later I coverted sample.wav to PCM and > played it via "while true ; do time aplay sample-pcm.wav ; sleep 2 ; done" > and it kept hanging after a few iterations. > > After uninstalling PulseAudio from the Raspberry Pi (pulseaudio-module-x11 > pulseaudio pulseaudio-utils libpulsedsp), I'm not seeing these hangs anymore. fwiw, I had similar problems on older RPi units when my otherwise totally fine USB cord couldn't deliver enough power (but it could also be a PulseAudio bug). I'm going to close this bug for now since it doesn't appear to be an SDL issue, but please feel free to reopen it if that turns out to be incorrect! Thanks, --ryan. |