Sound Files able to be played
.aa3
.oma
.omg
.mp3
.ogg
Aa3me functions #####This is the Media Engine Functions####
aa3me.load()
aa3me.play()
aa3me.Stop()
aa3me.eos()    (EndOfStream)
aa3me.getTime()
aa3me.percent()
aa3me.pause()

Mp3me functions #####This is the Media Engine Functions####
Mp3me.load()
Mp3me.play()
Mp3me.Stop()
Mp3me.eos()    (EndOfStream)
Mp3me.getTime()
Mp3me.percent()
Mp3me.pause()

Mp3 functions  #####This is the CPU Functions####
Mp3.load()
Mp3.Stop()
Mp3.pause()
Mp3.play()
Mp3.EndOfStream()
Mp3.getTime()
Mp3.volume()

Ogg functions #####This is the CPU Functions####
Ogg.load()
Ogg.stop()
Ogg.pause()
Ogg.play()
Ogg.EndOfStream()
Ogg.getSec()
Ogg.getMin()
Ogg.getHour()
Ogg.volume()


System functions
System.currentDirectory()
System.listDirectory()
System.createDirectory()
System.removeDirectory()
System.removeFile()
System.rename()
System.usbDiskModeActivate()
System.usbDiskModeDeactivate()
System.powerIsPowerOnline()
System.powerIsBatteryExist()
System.powerIsBatteryCharging()
System.powerGetBatteryChargingStatus()
System.powerIsLowBattery()
System.powerGetBatteryLifePercent()
System.powerGetBatteryLifeTime()
System.powerGetBatteryTemp()
System.powerGetBatteryVolt()
System.powerTick()
System.screenoff()
System.md5sum()
System.sioInit()
System.sioRead()
System.sioWrite()
System.irdaInit()
System.irdaRead()
System.irdaWrite()
System.sleep()
System.getFreeMemory()
System.Quit()
System.setLow()
System.setReg()
System.setHigh()
System.setcpuspeed() in brackets enter the cpu speed 10-333Mhz
