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:
Color Mixer Have you ever come across any thing that, at first glance, makes you think that it may not be useful for you at the moment but may possibly will be in the near future? Homebrew developer SeanP223's Color Mixer for the certainly gives off that vibe
Lua Devkit Lua Devkit
Among all the homebrew news which I personally report, my favorite would be updates regarding development tools and the like. It's great to see people making tools which other people can use to save time and make better homebrew. gosugenji from our forums would be one such example.
He has just released a Lua Devkit for budding Lua developers
PSP C++ IDE PSP C++ IDE
Resident PSP homebrew coder pspballer07 passed by the QJ.Net Forum earlier to announce the release of a new developer's tool the coders here may fancy. It's the PSP C++ IDE v0.8 homebrew application, a PC-based Development Environment designed to help make coding in C++ easier
Source code for CPS2PSP CPS1PSP MVSPSP NCDZPSP 2.2 Source code for CPS2PSP CPS1PSP MVSPSP NCDZPSP 2.2
If you've loved the emulator collection NJ released yesterday, then today would be like an early Christmas for you. QJ.NET Forum poster StoneCut managed to spot a new update to not one, not two, but all of the emulators previously released by the homebrew developer
Danzeff OSK Source Danzeff OSK Source
Danzel, the author of AFKIM, has released the stand-alone source code of the new OSK (On-Screen Keyboard) in his 2.0 version of AFKIM. Other developers in the scene can now reuse the source code to embed this OSK into their own homebrews to offer a better way of character input
Eternal Rest Map Editor Source Code Eternal Rest Map Editor Source Code
Remember waaaay back in June when we brought you guys Ravine's nifty homebrew app for Eternal Rest? The map editor thingy? Well, he's just decided to pass on the uh..torch, if you will, and share the app's source code with the rest of the homebrew community
NAND IPL Dumper NAND IPL Dumper
Thanks to the work of PSP Developer KanadeEngel we now have NAND IPL Dumper for your PSP.A This great homebrew tool will be very helpful to PSP developers and also is something nice for PSP homebrew people who are interested in learning a little more about the development side of the PSP scene
Sparta SDK Sparta SDK
SDK for the GripShift exploit.
From Freeplay:
Just '#include "sparta_sdk.h"' and you'll be able to use any of the functions in the SDK (starting on line 382) - though the modules might need to be loaded first from the disc
CTF gameboot from MS Have you been converting your themes for Sony's PSP just so you can add various gameboots you wanted to use? Well, there might be couple of themes of the same nature out there, but there's a big chance that you guys might not like them
LuaPlayerHM LuaPlayerHM
from homemister:
Hey All,
Here is the next version of LuaPlayerHM.
Thank you all who helped with the beta testing and contributed ideas.
Included in the download file is a Readme file, Eboot, And some demo scripts.
There will be a PDF file, That will contain all of the functions with examples
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