Lua playercools has updated his Lua Player v0.20 Mod 2 to LuaPlayer v0.20 Mod 3 for LuaPlayer v0.20.
The big news about Lua Player v0.20 Mod 3 is its MP3 and Ogg support. Meanwhile, the overclocking functions were removed because it could be potentially dangerous if the function is not used correctly.
The Ogg and the he Mp3.EndOfStream() functions are a little bit buggy but cools tested it with 2.71 TIFF and he says it does work. It may also work with 2.71 SE-A, but cools is not sure about that.
"I dont want to see hundreds of mp3 players released because of this. If yours has something the others dont, then consider releasing it, otherwise DON'T. This should be used primarily for background music in Lua games," says cools.
Lua Player v0.20 Mod 3 new functions:
MP3
Most Mp3 functions are self explanatory.
Mp3.init(channel) --Select an audio channel for Mp3 playback (like 0, 1, 2, etc.)
Mp3.load()
Mp3.stop()
Mp3.pause()
Mp3.play()
Mp3.getTime() --returns how long the mp3 has been playing in a string
Mp3.EndOfStream() --returns "true" or "false" (with quotes). You can use it like this:
if Mp3.EndOfStream() == "true" then songend() end
--Note Mp3.EndOfStream() may get Lowser to act funny, another way to do this
is to compare the file time (from ID3) and Mp3.getTime() it should produce the
same results.
Ogg
Most Ogg functions are self explanatory.
Ogg.init(channel) --Select an audio channel for Ogg playback (like 0, 1, 2, etc.)
Ogg.load()
Ogg.stop() --If you set the Ogg to stop at the end of stream, dont use this when exiting
Ex 1:
if Ogg.EndOfStream() == "true" then
Ogg.stop()
end
Ex 2:
if Controls.read():start() then
Ogg.stop()
end
^Use ONE or the other DONT use both!^
Ogg.pause()
Ogg.play()
Ogg.EndOfStream() --returns "true" or "false" (with quotes). You can use it like this:
if Ogg.EndOfStream() == "false" then whatever end
This function at times will act weird... Experiment with is a little
Ogg.getSec()
Ogg.getMin()
Ogg.getHour()
Please read the readme files for this app before installing it.
Like it? Share with your friends!
If you got an error while installing Themes, Software or Games, please, read FAQ.
Similar Software:
LuaPlayerHM LuaPlayerHM
It didn't take long for homebrew developer homemister to update the very convenient LuaPlayerHM for the Sony PlayStation Portable. This time, LuaPlayerHM version 6.6 hosts a bevy of bug fixes and additional visual touches
TimeManager Final (demo) TimeManager Final (demo)
Remember the TimeManager version 0.1 developer's library that Yan2Yan released last month? We're letting the readers know that the developer's has recently unveiled this devkit's final build
PSP Lua Game Creator 3 PSP Lua Game Creator 3
LuaGame Creator 3
By Emeric baveux (Emeric0101) Emeric0101@hotmail.fr
Translation By Michael Meyers (DTDmike) hansomme@fused-creations.com
What to say? It was a great project because it was up version 2.0 which was catastrophic.
This release incorporates fully the concept and back to 0 now using a system box, ..
devkitPro Updater There's a new release of devkitPro Updater for you guys, which should make the process of selectively downloading the devkitPro team's toolchains and programming tools a lot easier and, hopefully, more bug-free
Snes9xTYL++ version 18 source code Snes9xTYL++ version 18 source code
If you're interested in taking homebrew emulation further, or if you just want a bunch of extra source codes you can learn from, then we've got a treat for you. Via DCEmu, we've learned that DaveX has released the source codes to some of the different versions of Snes9xTYL++, which you can download below
OldSchool LIbrary OldSchool LIbrary
It's been quite a while since homebrew developer Brunni has released OldSchool Library, a 2D graphics library for the PSP. However, this very useful developer's library is still going strong with the release of its latest version with OldSchool Library v2.10
Monkey 64 Source Code Monkey 64 Source Code
PSMonkey has just released the source code for his N64 emulator. Hopefully this will help devs move one stop closer to getting a fully working N64 emulator on the PSP, but it seems as if PSMonkey released this just to disprove naysayers of his operation
PSPWrite Making the Sony PlayStation Portable seem more like an end-all, be-all Swiss Knife tool instead of just a handheld comes Zx-81 once more and his array of nifty homebrew applications - and this time, he bears the latest version of PSPWrite
Netlib 2.02 Are you Sam? No? Well, if youresam can read this, thanks for upgrading netlib!So, what is netlib? Simply put, it's a library you can use it to make your own LUAplayer games for your PSP, and youresam just made a couple of tweaks
Comments on Lua Player:
Comments not found
If you noted an error or download link is broken, please, report it via this page or use comments.
Please, select device to check if Lua Player supports it