Symbian OS | Pocket PC | Smartphone | Android | BlackBerry | Apple iPhone OS | Java | Mobile Gaming | Linux | Palm | Win CE | Tablet  
     

Free Mobile Software, Themes, Games, Apps for PDA and Smartphones

     
Search by Device
My Device

  
Last Viewed Apps
Test OpenGL and OpenVG
SL4A - Scripting Layer for Android
MultiReader (Android)
Chippings with a Chisel for MobiPocket Reader
intraFont
SuperOptimize
On Commando for MobiPocket Reader
Tetris®
Memory Usage Widget
Android Slideshow Widget
Search by Category
Business & Profession
Databases
Dictionary & Translator
Entertainment
Finance
Games
Healthcare & Medicine
Internet & Communications
Multimedia & Graphics
Organisation & Productivity
Programming & Development
Reading
Science & Education
System Utilities
Themes & Wallpapers & Skins
Travel & Navigation
Search by Platform
Android
Apple iPhone OS
iPad
iPhone
iPod Touch
BlackBerry
Java
Linux
Maemo Nokia Internet Tablet
MeeGO
Sharp Zaurus
Mobile Gaming
Nintendo DS
Playstation 3
Playstation Portable
Wii
Xbox 360
Palm OS
Symbian OS
Series 60
Series 80
Series 90
UIQ
Tablet PC
Windows CE.NET
Windows Mobile Pocket PC
Windows Mobile Smartphone
     


Achivx Partner
 
 
Lua Player




Lua Player
Version: 0.20 Mod 3

Platforms: PSP, Mobile Gaming


Categories: Programming & Development

Upload date: 15 Dec 11

Developer:

License: Freeware

Downloads: 11

File Size: 898 Kb
Download Free Lua Player 



Rating: 1.7/5 (Total votes: 3)




  Lua Player

 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:

Lua Player Mod 4 (source code)Lua Player Mod 4 (source code)
Lua Player Mod 4 (source code) Homebrew developer cools dropped by the QJ.Net PSP Forums earlier today and unloaded Lua Player Mod 4. It should be remembered that Mod 3 was based on LuaPlayer v0.20. This release, on the other hand, was based on v0.16 which should make it faster. cools also mentioned that Mod 4 was built using the latest sdk and lua 5.1.2
Cal3d Demo for PSPCal3d Demo for PSP
Cal3d Demo for PSP Ginka has released his Cal3d Demo for PSP. This is a PSP port of the Cal3d, a skeletal based 3D character animation library written in C++ in a platform/graphic API-independent way. Ginka has made it possible to view the 3D models on the PSP. Currently he only tested this on a 1.50 PSP, and it worked fine. 2
SDK for PSP IPLSDK for PSP IPL
SDK for PSP IPL  Heads up, homebrew developers! We've just received word that homebrew giant Booster has released a software development kit (SDK) for the PSP's IPL code. From what we've seen so far, the SDK is a basic model that allows users to work original codes without the need for the SCE OS on one's PSP
Daaa's animLib v4 modDaaa's animLib v4 mod
Daaa's animLib v4 mod You guys remember Grimfate126's Lua animation library, animLib? Daaa has released his own mod of Grimfate's original lib over on our PSP Development forums. First of all, both this mod and the original app lets homebrew devs create animations easily using spritesheets. Perfect for those who are just starting out on Lua coding
PSPColemPSPColem
PSPColem Homebrew developer zx-81 updated the homebrewed ColecoVision emulator, namely PSPColem, up to version 1.1.1. The author notes that this is will be the final version of PSPColem for the Sony PlayStation Portable. And as such, it comes with more optimizations than bug fixes, and it finally solves those framerate issues you've had with a particular game
PSPMSXPSPMSX
PSPMSX  from Zx-81: Hi All, For those who haven't seen previous versions, fMSX is a famous emulator of the MSX, MSX2, and MSX2+ 8bit home computers. It runs MSX/MSX2/MSX2+ software on many different platforms including Windows and Unix. See http://fms.komkon.org/fMSX/ for further informations
LUA PlayerLUA Player
LUA Player Shine has released a new version of Lua Player with Wi-Fi support, version 0.15. Lua is an easy to use scripting language to program games and applications on the fly (no compiling required.) Changes in this version include: - Timer bug fixed (was bug in PSPSDK) [mrbrown] - WLan socket support (based on PspPet's "WiFi Multi-Test
Lua Player 0.19 for 1.5 fwLua Player 0.19 for 1.5 fw
Lua Player 0.19 for 1.5 fw This updated version of Lua player provides a new module support load by Oobles, which should be much more stable than the one included in the v0.18 alpha release (See the effect-module and the Game Of Life example how to write your own modules). Changelog for this release: * Directory detection bugfix * Changed System
Cross Platform GUI Toolkit for SDLCross Platform GUI Toolkit for SDL
Cross Platform GUI Toolkit for SDL  There have been so many great programs and tools coming out of our PSP Development forum that it's been hard to keep up with all the releases. From ports, to visual demos, to games, to applications, to DevKits - there is so much going on around here! The latest tool comes from LostJared and is a simple window'd toolkit for 1
3D Model Export by Lumo3D Model Export by Lumo
3D Model Export by Lumo  [Lumo] has released a few more tools in addition to his MeshLoader that will help when exporting 3D models for viewing on your PSP. An Alias MAYA 7.0 Export Script to SMSH (Simple Mesh) written in MEL, also his SMSH to 3db converter, including the required cygwin1
 

Comments on Lua Player:

Comments not found

Name:


Comment:


Enter text from image below:

Turn on images!

 
 

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
 
 
© Pantich 2009 - 2025 All rights reserved.