DUMB for PSP
DUMB (Dynamic Universal Music Bibliotheque) is an Impulse Tracker (IT), Scream Tracker 3 (S3M), Fast Tracker 2 (XM) and Amiga Module (MOD) player library developed by Ben Davis, Robert J Ohannessian and Julien Cugnière.
It can be used with or without Allegro to add music with those formats to your games: http://dumb.sourceforge.net/
I builded the DUMB library files to the PSP while I was porting the Humphrey Remake game.
Many Allegro games used this library for the music. And now it opens up a new way to play music in the PSP.
To use DUMB in your programs:
Download
Links
It can be used with or without Allegro to add music with those formats to your games: http://dumb.sourceforge.net/
I builded the DUMB library files to the PSP while I was porting the Humphrey Remake game.
Many Allegro games used this library for the music. And now it opens up a new way to play music in the PSP.
To use DUMB in your programs:
- If you are using Allegro: #include <aldumb.h>
- If you are not using Allegro: #include <dumb.h>
- Using Allegro: -laldmb -ldumb (before the Allegro libraries)
- Not using Allegro: -ldumb
- Using Allegro: -laldmd -ldumbd (before the Allegro libraries)
- Not using Allegro: -ldumbd
Download
Links

