Hi everybody.
I’ve successfully built sdlwav.c (the demo program attached to SDL_mixer), but
when I try to play an mp3 file the program fail with the following message:
Mix_LoadMUS("/home/lgiancri/Papetti.mp3"): Module format not recognized.
Mix_LoadMUS loads module music files, MIDIs, and so forth.
MP3s are just samples, like WAVs, AUs, etc.
-bill!On Mon, Nov 25, 2002 at 08:09:03PM -0500, luigi wrote:
Hi everybody.
I’ve successfully built sdlwav.c (the demo program attached to SDL_mixer), but
when I try to play an mp3 file the program fail with the following message:
Mix_LoadMUS(“/home/lgiancri/Papetti.mp3”): Module format not recognized.