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:
Chipmunk Physics Demo PSP Chipmunk Physics Demo PSP
Physics engines have always been amusing homebrew application to test the limits of any platform. This latest physics engine developed by MK2k takes a look at some of the innovative game physics that can take place on the PlayStation Portable handheld with the Chipmunk Physics Demo PSP
FontGen FontGen
Raphael's nostalgic recount of how the PMP Mod has
turned into what we now know as PMP Mod AVC, will
surely send loyal followers of this media application
tumbling down memory lane
Antimass Antimass
Zilt from our forums has released version 0.1, what I would call a teaser, for his upcoming PSP homebrew Antimass 3d world client. Zilt has had to diable some of this 3D client's features in order to release this version so early, but plans on adding (or enabling) all of the features for the next release
LuaPlayerHM LuaPlayerHM
Here's a bit of good news for the guys who've been keeping tabs on homemister91's LuaPlayerHM application for the PlayStation Portable. The developed passed by the QJ.NET Forums to announce the release of this homebrew's version 6
intraFont intraFont
With this update it's possible to print a string with characters that are stored in different font files. I.e. you can mix latin, japanese, chinese, korean and symbol characters as you like. This is done by setting an alternative font with intraFontSetAltFont(). The alternative font is used in case the main font does not contain a certain glyph
PSP Stackless 2.4.4 1 PSP Stackless 2.4.4 1
Last month, PSP homebrew developer carlosedp created a PSP port of the Stackless Python 2.4.4 programming code. Now, in case you're one of the guys who picked up on this earlier announcement, and were looking forward to more news from the author, we'll be updating today with some good news
Pi Calc Source Code Pi Calc Source Code
Homebrew coders everywhere will be pleased to know that Art has released the source code for his Pi Calc application. For those who don't remember it, Pi Calc v1 was an application that counted Pi up to 30,000 digits
PSP GetXY PSP homebrew developer Maxy_PSP - author of PSP Quizzer and PSP SystemInfo - has released PSP GetXY, a new app that allows other developers to get the precise X and Y coordinates of a point on the PSP's screen
Daedalus PSP R11 Source Daedalus PSP R11 Source
It looks like everyone's favorite Nintendo 64 Emulator is finally up with a brand new version. Daedalus R11 is here, boasting numerous changes and fixes that should improve performance on everyone's handhelds.
For those who haven't heard of it, Daedalus R11 is a Nintendo 64 emulation application for PSPs
Scramble Patcher Scramble Patcher
from Davee:
[Notice]
This is for firmware 5.00 ONLY!
[Info]
This release is mainly targeted at theme developers more than normal users, but they can use it if they wish.
If you haven't seen the VSH Module Descrambler, you will need to go and check that first, before using this
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