Search results

  1. R

    Sdl_mixer - Mix_setpostmix Causes Lockup

    Okay, I have solved this partially. If I only use MP3's and OGG's that are encoded in rates of 22050 or less, it works fine. So it looks like you can't play them at 44100. Unless I am doing something wrong.
  2. R

    Sdl_mixer - Mix_setpostmix Causes Lockup

    Thanks for that. I did try 2 sets of alternate SDL library sets. Both produced the crash at different points. But my development break out board arrived today. I can now see the errors I get from Mix_GetError() via a serial connection. I see the error: Unrecognized music format Now I...
  3. R

    Sdl_mixer - Mix_setpostmix Causes Lockup

    Hi, I was wondering if any one has had the Mix_SetPostMix() function working before. I have some code working in linux which is simple enough to to run on the gp2x. The code I have is laid out like this: CODE Mix_SetPostMixvoid monoScope(void *udata, Uint8 *stream, int length) {...
Back
Top