PDA

View Full Version : PSP: Lua Player Mod 3 "MP3 and Ogg!"



cools
October 21st, 2006, 23:16
<From README, Edited So Easier to Read>
Well here it is! Lua Player Mod 3!
This version includes playback for MP3 and Ogg. It works!

New Functions:

______________

MP3
______________


Most Mp3 functions are self explanetory.
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
Mp3.getTime() it should produce the
same results.

______________

OGG
______________

Most Ogg functions are self explanetory.
Ogg.load()
Ogg.stop()

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

Ogg.getSec()
Ogg.getMin()
Ogg.getHour()




Functions from the prevoius releases:
______________

SYSTEM & 3D
______________

System.Quit()
Gum.lookAt()

______________

NETLIB
______________

Also there are the Netlib Functions included, so your netlib capable games should work!


I removed the over/under clocking because it can be dangerous to use! I almost bricked,
but thanks to youresam for saving my psp!

This readme is a little better than the one included in the zip's...


That is all, Enjoy!

Download and Give Feedback Via Comments

NoQuarter
October 21st, 2006, 23:19
OMG,you rule!!!!!!!!!!!!!!!!!!!!
I love you!
Downloading...
What version of luaplayer does this use?
This makes me want to get back to the lua coding!

cools
October 21st, 2006, 23:30
It is .20 with Ogg and Mp3.

NoQuarter
October 21st, 2006, 23:35
Awesome, just awesome.You rock bro!
Thank you :)

ninja9393
October 21st, 2006, 23:52
OMG thanks dude

aries2k4
October 22nd, 2006, 00:24
Ya, this is great stuff. perfect for background music.
Plus itīs always nice to see lua get some new functions. good work!

x-zero
October 22nd, 2006, 04:14
what is OMG can some one explain

sedkiller
October 22nd, 2006, 06:23
is it working with 0.16 ? using 2.60 ?

mesosade
October 22nd, 2006, 09:30
what is OMG can some one explain
OMG is oh my god WTF os what the (naughty f-word) OMFG is oh my .........god (refer to last word) :D
LMAO is laughing my ass off
ROFL rolling on floor laughing
LOL laughing out loud
owned (term of beating a noob to oblivion)
noob someone who doesn't read teh forum rulles
teh: the :D
OH and try to stay on topic
This mod is a MASSIVE relief to ALL lua coders great work man!

mr_nick666
October 22nd, 2006, 12:53
This is great news for LUA coders :D The superb stuff being produced is just going to get better :p "Yay" sums it up nicely - speaking from an "end user" point of view ;)

cools
October 22nd, 2006, 12:54
Well it should work with the Tiff 2.XX exploits. That is because it was originally meant for the original 2.00 tiff exploit, since the module loading support woundn't work. So youresam made a non-module lua player .20 that worked off of the tiff exploit. This is based off of his original code allowing several things that the original didn't.

drEDN4wt
October 24th, 2006, 20:57
now if only someone could fix system.listdirectory and timezones (or was it daylight saving) that would be grand

JBLUE
October 27th, 2006, 03:14
HI!
First i would like say HELLO to everybody on this nice forum.

sorry my first post is a littlebit off topic:

is there any mp3 player with pitch function out there ?
i mean such as a small version like traktor studio or else? im interestet to use my psp in djaying :)

greets to all & Thx!

maxtrix
September 28th, 2008, 11:12
Great!! thanks for releasing this. It solved a lot of problems I had with the lookAt inexistent function in luaplayer.

:S