NAS AMP is a powerful media player built with NAS GUI. It currently supports mod, mid, s3m, it, xm, rmi, sgt, wav, ogg, mp3, asf, wma, mp2, and raw files as well as loading m3u and pls playlists and extracting id3v1 tags from mp3's.
Note: Some fmod installs will build a symbolic link to -lfmod-X.X.so, if there is no symbolic link then the linking method for fmod will vary depending on the version number of fmod, ex. if your version of fmod is 3.71 then you would link using -lfmod-3.71. NAS AMP will not compile with a version of fmod predating v.3.71.
int init_amp(void);
Called after allegro_init and set_gfx_mode and init_nas to initialize NAS AMP and the fmod sound system. It will return 1 if
everything went OK, 0 otherwise.
void amp_exit(void);
Shuts down the NAS GUI system.
extern DIALOG *nas_amp;
NAS AMP dialog structure, simply call nas_do_dialog(nas_amp, buffer, NULL); to invoke the media player.
Once invoked you can click any of the buttons, set shuffle or repeat, and by double clicking the analyzer
you can switch from spectrum to oscilloscope mode.