alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* ALSA SDL VORBIS playback problem
@ 2010-03-02 17:50 Christian Wolf
  2010-03-02 19:09 ` Alex Austin
  2010-03-09 18:00 ` Christian Wolf
  0 siblings, 2 replies; 4+ messages in thread
From: Christian Wolf @ 2010-03-02 17:50 UTC (permalink / raw)
  To: alsa-devel

I'm using SDL on an ARM based board running Linux (Olimex-AT91SAM9261) . I successfully cross-compiled, installed and tested the libraries (SDL, SDL_mixer) on the system. The sound output is done thru ALSA (SDL_AUDIODRIVER=alsa). And the ogg file decoding thru libvorbis/libvorbisfile libraries.

Now I'm trying to play ogg files. First I used the Mix_LoadWAV macro from the SDL_Mixer library for playback. This worked, but the macro decompresses first the complete audio file into memory and then starts the playback. Thus leading to a long delay before playing the music. Therefore I tried a different approach with the Mix_LoadMUS macro (SDL_mixer) to play the ogg file. This function streams the files directly from the hard-disk and avoids the long decoding time. Unfortunately ALSA shows several buffer under-runs leading to a disrupted playback. To fix this I tried different buffer sizes, but the problem is still existent.

The code works fine on my host system, but not on the ARM target. And i'm not sure if these problems are caused by the ALSA lib?

Any sort of help would be great!

Thanks in advance
Christian
___________________________________________________________
GRATIS für alle WEB.DE-Nutzer: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://movieflat.web.de
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-03-09 18:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-02 17:50 ALSA SDL VORBIS playback problem Christian Wolf
2010-03-02 19:09 ` Alex Austin
2010-03-02 20:03   ` Daniel Glöckner
2010-03-09 18:00 ` Christian Wolf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).