Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: PSP: Lua Player Mod 3 "MP3 and Ogg!"

                  
   
  1. #1
    DCEmu Coder
    Join Date
    May 2006
    Posts
    32
    Rep Power
    0

    psp PSP: Lua Player Mod 3 "MP3 and Ogg!"

    <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

  2. #2
    Registered User NoQuarter's Avatar
    Join Date
    Dec 2005
    Posts
    2,106
    Rep Power
    0

    Default

    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!

  3. #3
    DCEmu Coder
    Join Date
    May 2006
    Posts
    32
    Rep Power
    0

    Default

    It is .20 with Ogg and Mp3.

  4. #4
    Registered User NoQuarter's Avatar
    Join Date
    Dec 2005
    Posts
    2,106
    Rep Power
    0

    Default

    Awesome, just awesome.You rock bro!
    Thank you

  5. #5
    DCEmu Coder ninja9393's Avatar
    Join Date
    Dec 2005
    Location
    Space Pirate Homeworld
    Age
    33
    Posts
    1,028
    Rep Power
    81

    Default

    OMG thanks dude

  6. #6
    DCEmu Pro
    Join Date
    Dec 2005
    Location
    Portugal
    Posts
    505
    Rep Power
    71

    Default

    Ya, this is great stuff. perfect for background music.
    Plus itīs always nice to see lua get some new functions. good work!

  7. #7
    DCEmu Rookie x-zero's Avatar
    Join Date
    Jan 2006
    Posts
    139
    Rep Power
    67

    Default

    what is OMG can some one explain

  8. #8
    PSP User sedkiller's Avatar
    Join Date
    May 2006
    Location
    Canada
    Age
    33
    Posts
    319
    Rep Power
    67

    Default

    is it working with 0.16 ? using 2.60 ?

  9. #9
    DCEmu Pro mesosade's Avatar
    Join Date
    May 2006
    Location
    Jersey C.I
    Age
    32
    Posts
    863
    Rep Power
    88

    Default

    Quote Originally Posted by x-zero
    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)
    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
    OH and try to stay on topic
    This mod is a MASSIVE relief to ALL lua coders great work man!

  10. #10
    DCEmu Old Pro mr_nick666's Avatar
    Join Date
    Mar 2006
    Location
    Bideford, Devon, UK
    Age
    46
    Posts
    1,278
    Rep Power
    74

    Default

    This is great news for LUA coders The superb stuff being produced is just going to get better "Yay" sums it up nicely - speaking from an "end user" point of view

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •