![]() |
| Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact |
| ||||||
This is a discussion on Smallest sound format? within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; I am making something in lua, it has alot of sounds, therefor i need the smallest sound format that can ...
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
![]() ![]() chaccaron.
![]() |
I am making something in lua, it has alot of sounds, therefor i need the smallest sound format that can be conveerted from .wav, i thought about maybe making my project and then compressing it into one eboot, would that make it smaller and is it possible? So... what is the smallest sound format i can convert wav files into?
__________________
whyHELLOder. |
|
|
|
|
|
#3 |
![]() ![]() chaccaron.
![]() |
If you "dunno" then don't post, simple as, and Midi can't use the sounds i have, wav, it has lots of different sounds, so i need a small sound format, that can be used in lua, that can be converted from wav.
__________________
whyHELLOder. |
|
|
|
|
|
#9 |
![]() |
Well, it can be converted from WAV, but I don't understand the first part.
And the extension is either AC3, AT3, or OMA.
__________________
If you ever need me, you can contact me at [URL="**********.net"]**********.net.[/URL] |
|
|
|
|
|
#12 |
![]() ![]() chaccaron.
![]() |
Uhh, ok... does anyone know how to load files from a folder in lua?
Like say, the sounds are in a folder which is in the folder your lua is in, how would i load it? 'cos Code:
sound1 = Sound.load("/SOUNDS/sound1.wav")
__________________
whyHELLOder. |
|
|
|
|
|
#14 | |
![]() ![]() ![]() Developer
|
Quote:
Code:
sound1 = Sound.load("./SOUNDS/sound1.wav")
Code:
sound1 = Sound.load("ms0:/luagames/mygame/SOUNDS/sound1.wav")
__________________
For game downloads and development updates, check out my website. http://xfacter.wordpress.com/ |
|
|
|
|
|
|
#15 |
![]() |
Delete the red part
Code:
sound1 = Sound.load("/SOUNDS/sound1.wav")
Code:
sound1 = Sound.load("SOUNDS/sound1.wav")
__________________
[CENTER]Some of my homebrew Applications/Games: [URL=http://forums.qj.net/showthread.php?t=47294&page=1&pp=10]Planet Fighter[/URL] | [URL=http://forums.qj.net/showthread.php?p=641672#post641672]Graphic Creator (V2.0)[/URL] | [URL=http://forums.qj.net/showthread.php?p=512717]Fire Pong[/URL] | [B][URL="http://forums.qj.net/f-psp-development-forum-11/t-release-brushes-v20-99207.html#post1430891"][COLOR="Red"][SIZE="3"]Brushes v2.0[/COLOR][/SIZE][/B][/URL] [URL="http://forums.qj.net/f-psp-development-forum-11/t-release-brushes-v20-99207.html"][B][SIZE="2"][COLOR="Black"]Released![/COLOR][/SIZE][/B][/URL] [URL="http://haxxblaster.2u.se/"][COLOR="black"][FONT="Arial Black"]www.HaxxBlaster.com[/FONT][/COLOR][/URL] [URL="http://forums.qj.net/f-psp-development-forum-11/t-release-brushes-v20-99207.html"][IMG]http://img19.imageshack.us/img19/1346/brushesbannerqz3.png[/IMG][/URL][/CENTER] |
|
|
|
![]() |
| Tags |
| format , smallest , sound |
| Thread Tools | |
|
|