Note:
The downloads below are from my personal music that I have created over the past few years. They are all in the highest quality Lua currently supports. (44khz mono, each loop is about 20-40 seconds with 78 loops in all) (disclaimer: I am allowing them to be used for Shine and Nevyn's LuaPlayer application for the PSP only and no other use is acceptable.)
With that said, I hope that the lua coders here find these audio tracks useful in creating their own LuaPlayer games with audio. I do appriciate feedback so if you liked the music or disliked a certain loop, let me know :) If you happen to make a credit screen in your app I would appriciate credit given for the audio as alot of sweat and blood has gone into making them. Respectively similar to the programs that you are creating. ;)
Code: Select all
--Background Audio loading script
--load the audio track "audio1.wav" as track1 and set it to loop
--start playing the audio you just loaded
track1 = Sound.load("audio1.wav",true)
track1:play()
--start game loop
while true do
--do stuff
end
Here are a few sample audio tracks (in wav format currently)
Sample-1 --|-- Sample-2 --|-- Sample-3 --|--Sample-4 --|-- Sample-5 --|-- Sample-6 --|--Sample-7--|-- Sample-8
(I will be changing these to mp3 tracks soon for quick sample listening)
I want to thank Shine and Nevyn on the work they have put into LuaPllayer. Your have made an awesome application!
The files have been seperated into ~20mb downloads and there are about 20 original wav loops in each file. I hope you enjoy them!
Modcase's Preformatted LuaPlayer Audio Loops - Selection #1 - Set #1
Modcase's Preformatted LuaPlayer Audio Loops - Selection #2 - Set #2
Modcase's Preformatted LuaPlayer Audio Loops - Selection #3 - Set #3
Modcase's Preformatted LuaPlayer Audio Loops - Selection #4 - Set #4
The files are currently hosted on Allpspskins.com (equals ~300k a second ;) Enjoy!!