Please scroll down for the download button
and more file information.
File Description
New Features :
System
System.dialogue(STRING, OPTIONS) - Brings up the Sony Message Dialogue window, with your text.
System.about() -- Shows the LuaPlayer Euphoria version, credits and info (using Sony message dialogue system)
Ogg support/playback.
-## OGG Functions
Ogg.init() -- Initialize the Ogg System. Ogg.load(filename) -- Load a Ogg. Ogg.play() -- Play a Ogg. Ogg.stop() -- Stop a Ogg. Ogg.pause() -- Pause a Ogg. Ogg.kill() -- Stop and Free a Ogg. Ogg.free() -- Free a Ogg. Ogg.endOfStream() -- Get the end of a Ogg (ie . if Ogg.endOfStream == 1 then). Ogg.getTime(string) -- Retrive the current play time position of the Ogg.
--MP3 CHANGES!--
Also .. I realized that I stupidly forgot that "end" is a reserved keyword in Lua, so Mp3.end() would never have worked...
Thus it is now :
Mp3.kill()
----------- Uses IntraFont By BenHur.
Speedups : about 8>10fps - according to my testers (Thanks Osgeld and Cmbeke!)