Posted By: wraggster
News/release from Jsharrad
ME MP3 Library by jsharrad
--------------------------
To load and initialize:
music = loadlib ("memp3", "init")
--then make sure it actually loaded
if music then music() end
Functions:
Memp3.play("filename.mp3")
Memp3.stop()
---------------------------------------
-- ID3 TAGS ARE NOT SUPPORTED YET --
---------------------------------------
If your mp3 has a tag, it won't play.
No variable bitrate mp3s yet either.
subdirs are allowed, just use
Memp3.play("subdir/filename.mp3")
All work is done by the PSP's ME processor
and the threads created by memp3.lrx.
Download and Give Feedback Via Comments