PDA

View Full Version : Media Engine MP3 Playback module for LuaPlayer 0.20 (beta)



wraggster
June 14th, 2007, 19:48
News/release from Jsharrad (http://www.psp-programming.com/forums/index.php?topic=2426.0)


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

splodger15
June 14th, 2007, 20:30
Nice work jsharrad

parkermauney
June 14th, 2007, 21:43
Wow! Great work!

Buddy4point0
June 14th, 2007, 23:04
i thought mod 3 alerady added in support for mp3s???

ab88
June 15th, 2007, 03:12
i thought mod 3 alerady added in support for mp3s???

This one uses the media engine (leaves the main processor for the other stuff).

Anti-QJ
June 15th, 2007, 07:04
Not bad...iPodMock is still better ;)

-Xandu-
June 15th, 2007, 08:27
Not bad...iPodMock is still better ;)

iPodMock is not a Lua Player ;).
iPodMock is not released ;).