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:
PSPMO5 PSPMO5
Fans of classic computer emulators should take a gander at the final version of zx-81's PSPMO5, the Thomson MO5 emulator for the PSP. As mentioned in the coverage of the previous release, PSPMO5 is based on the MO5 emulator written by Daniel Coulom for Windows, Mac, and Linux
Visual Application Visual Application
Developer Pegasus2000 - the brains behind the PSP's Nanodesktop devkit - has just announced that fellow coder Andrea Badiali has released Visual Application v.0.1 for the community's use. This homebrew is based on the API of Nanodesktop library, and currently carries a calculator, a text to speech synthesizer and a WAV/MP3 graphical player
OpenAlarmLib This download is for the software library for Mr305's Hardware Alarm Interface I v1
Engine02 10/08/29 update (PSP) Engine02 10/08/29 update (PSP)
from Stealth:
E02 is a versatile, multiplatform 2D game development system. Its editors and powerful script interface allow users to create the characters and environment that make up the game, while the program handles I/O, low-level player/object management, etc
P Sprint P Sprint
Source Code for P Sprint v0.63a
While trying to integrate p_sprint into MicroWindows, darkshadow88 and I discovered a bug in p_sprint. I fixed it and updated the first post:
version 0
Graphical Vote Table Graphical Vote Table
Heads up to all developers out there. There's a new dev tool in town. HaxxBlaster has made a Graphical Vote Table for every developer's ease and satisfaction, most especially for Lua developers. In the QJ Forums he wrote:
This vote tabel i created, can be used in real time(the stand alone version) or be used in a Lua application
Non-Module LuaPlayer Non-Module LuaPlayer
Youresam from our forums have been trying to get someone to compile LuaPlayer v0.16. Finding no one, he did all the work himself. But in the process, youresam realized it would be a whole lot better to compile v0.20 instead.
Since v0.18 included module loading, 2.00+ users are no longer able to use LuaPlayer
Isometric Map System Test 4 Isometric Map System Test 4
For the guys who were here two years ago, you will probably developer b0xx0r's initial release of the Isometric Map System. This app, in case you weren't around back then, is the development version of an isometric map maker to help programmers create their own turn-based RPGs
PSP7800: Atari 7800 emulator for PSP PSP7800: Atari 7800 emulator for PSP
PSP homebrew coder zx-81 passed by the QJ.Net Forums earlier to announce that PSP7800 has been updated to version 1.0.6. In case the readers are wondering what this application is, it's a PSP-based homebrew emulator for running Atari 7800 console games
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