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:
oslAnimLib: Animation class for OSlib users oslAnimLib: Animation class for OSlib users
Developer SG57 passed by the QJ.NET Forums earlier to announce the release of oslAnimLib. This homebrew is actually a dev library built specifically to aid other developers interested in learning about how to animate images from the PSP's OSlib graphics library
XMB eEIDx Dumper XMB eEIDx Dumper
Here is another tool that PS3 developers will find useful.A PS3 dev nathan_r32_69 has released and app called the XMB eEIDx Dumber
TEXTOS TEXTOS from Funkystuff:
Yup. This app is basically the core of my HW_OS, just stripped down to mere text.
Quote:
#######Description:
Text OS is a small application designed to be of quick use to developers. The purpose of Text OS is to get developers to test their games faster on the DS Hardware.Text OS provide support to boot only Homebrew apps
PSPHUGO PSPHUGO
Hu-Go is a famous emulator of NEC PC Engine console, running on many system such as Linux and Windows.
PSPHugo is a port on PSP of one latest version of Hu-Go.
Changelog:
- Audio Track support for CD-ROM
(support only MP3 format with stereo 16 bits samples
at 22k or 44k rate)
- CD-ROM TOC file format support
LTE 3D Engine SDK LTE 3D Engine SDK LTE Studios has has rolled out the latest update of 3D Engine SDK. Developed by SiberianSTAR and Ky@, this homebrew application features:
* 3D Engine
* Mixed 2D + 3D
* Powerful and customizable 2D GUI
* Character animation system
* Particle effects
* Billboards
* Dynamic Lights
* Powerful 2D with alpha, blend, etc.
Micro Lua DS The latest version of Micro Lua DS has been released
DevkitARM DevkitARM Developer devkitPro is sending out word that the latest build for devkitARM is now available for download. For those asking, DevkitARM is a toolchain for programming homebrew software for Nintendo DS and Game Boy Advance. This version is for use on Windows.
* Upgraded to gcc 4.1
Adventure Game Studio runtime for PSP Adventure Game Studio runtime for PSP
Homebrew developer JJS has ported the Adventure Game Studio runtime engine to the Sony's handheld, giving PSP owners another option to play some good ole' point and click adventure games
PAlib Portable A simple to use, GUI app which will copy the devkitPro folder, and patch various files to allow you to compile on machines without even install devkitPro or PAlib
Lua Editor DS 1.0 Homebrew developer samy has released a ds application that allow you to program directly on your DS: Lua Editor DS
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