QJ.NET | Videos | Forums | iPhone | MMORPG | Nintendo DS | Wii | PlayStation 3 | PSP | Xbox 360 | PC | Downloads | Contact Us
Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact

QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides

Go Back   QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides > Developers Corner > PSP Development, Hacks, and Homebrew > PSP Development Forum
The above video goes away if you are a member and logged in, so log in now!

Smallest sound format?

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 ...

Reply
 
LinkBack Thread Tools
Old 12-21-2006, 08:04 AM   #1

chaccaron.
 
 
Join Date: Sep 2006
Real First Name: Andrew
Location: England
Posts: 2,615
Trader Feedback: 0
Question Smallest sound format?

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.
AndyMosh is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-21-2006, 08:16 AM   #2
 
gameo's Avatar
 
Join Date: Sep 2006
Location: Denmark
Posts: 664
Trader Feedback: 0
Default

dunno, but the smallest audio size sounds is Midi.
__________________
My PSP Projects:
[B]___________________[/B]
None.
gameo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-21-2006, 08:20 AM   #3

chaccaron.
 
 
Join Date: Sep 2006
Real First Name: Andrew
Location: England
Posts: 2,615
Trader Feedback: 0
Default

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.
AndyMosh is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-21-2006, 08:27 AM   #4
MiG
 
MiG's Avatar
 
Join Date: Jun 2006
Location: UK
Posts: 499
Trader Feedback: 0
Default

atrac
MiG is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-21-2006, 08:32 AM   #5
 
will1234's Avatar
 
Join Date: Oct 2005
Real First Name: Will
Location: Sheffield, UK
Posts: 844
Trader Feedback: 0
Default

Mod/XM basically any of the mikmod formats.
will1234 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-21-2006, 08:54 AM   #6
 
eXDami's Avatar
 
Join Date: Dec 2006
Posts: 21
Trader Feedback: 0
Default

I say AAC, it's also good quality.
eXDami is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-21-2006, 08:55 AM   #7
 
Join Date: Jul 2006
Location: NorCal
Posts: 24,900
Trader Feedback: 0
Default

Atrac3 is the smallest format besides MIDI.

Quality is good too.
__________________
If you ever need me, you can contact me at [URL="**********.net"]**********.net.[/URL]
Adiuvo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-21-2006, 09:05 AM   #8

chaccaron.
 
 
Join Date: Sep 2006
Real First Name: Andrew
Location: England
Posts: 2,615
Trader Feedback: 0
Default

Would atrac 3 be able to play the same as wav? and is teh file format ac3?
__________________
whyHELLOder.
AndyMosh is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-21-2006, 09:07 AM   #9
 
Join Date: Jul 2006
Location: NorCal
Posts: 24,900
Trader Feedback: 0
Default

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]
Adiuvo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-21-2006, 09:11 AM   #10

chaccaron.
 
 
Join Date: Sep 2006
Real First Name: Andrew
Location: England
Posts: 2,615
Trader Feedback: 0
Default

I mean, like wav can play music sounds, but midi can play beeps and stuff, what can ac3 play? Is it like wav?
__________________
whyHELLOder.
AndyMosh is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-21-2006, 09:12 AM   #11
 
Join Date: Jul 2006
Location: NorCal
Posts: 24,900
Trader Feedback: 0
Default

Yea, AC3 can play anything, even vocals.

BTW: MIDI can play everything but vocals...
__________________
If you ever need me, you can contact me at [URL="**********.net"]**********.net.[/URL]
Adiuvo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-21-2006, 09:25 AM   #12

chaccaron.
 
 
Join Date: Sep 2006
Real First Name: Andrew
Location: England
Posts: 2,615
Trader Feedback: 0
Default

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")
Doesn't work..
__________________
whyHELLOder.
AndyMosh is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-21-2006, 09:51 AM   #13

 
gracz54's Avatar
 
Join Date: Aug 2005
Posts: 1,700
Trader Feedback: 0
Default

MP3/OGG/AT3 etc.
__________________
Spoiler for a surprise:
<3
gracz54 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-21-2006, 11:24 AM   #14


Developer
 
Xfacter's Avatar
 
Join Date: May 2006
Posts: 114
Trader Feedback: 0
Default

Quote:
Originally Posted by Vermillion
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")
Doesn't work..
Try putting a period before the /SOUNDS.

Code:
sound1 = Sound.load("./SOUNDS/sound1.wav")
I don't code in lua though, so maybe not. You could also try taking out the first slash, or putting something like

Code:
sound1 = Sound.load("ms0:/luagames/mygame/SOUNDS/sound1.wav")
__________________

For game downloads and development updates, check out my website.
http://xfacter.wordpress.com/
Xfacter is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-21-2006, 12:33 PM   #15
 
HaxxBlaster's Avatar
 
Join Date: Nov 2005
Location: Sweden
Posts: 460
Trader Feedback: 0
Default

Delete the red part
Code:
sound1 = Sound.load("/SOUNDS/sound1.wav")
It should look like this
Code:
sound1 = Sound.load("SOUNDS/sound1.wav")
Also, Lua is case sensitive! sSaAbB, you get the idea.
__________________
[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]
HaxxBlaster is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
format , smallest , sound

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -8. The time now is 02:01 AM.



Use of this Web site constitutes acceptance of the TERMS & CONDITIONS and PRIVACY POLICY
Copyright © 2009, QJ.NET. All Rights Reserved.
Contact Us