PSP Hacks - Forums

Go Back   PSP Hacks - Forums > PSP Community > PSP Programming & Development

Notices

Reply
 
Thread Tools Display Modes
  #71  
Old 02-14-2007, 08:25 PM
MooL MooL is offline
PSP Newbie
 

Join Date: Dec 2006
Posts: 21
MooL Has a Beginner Reputation
Default

Hi i just converted a .mp3 to .wav but it aint working i think its because i havent got in 44KHz or 22KHz or 11KHz is there anyway i can get it to that?
__________________
Reply With Quote
  #72  
Old 02-14-2007, 08:50 PM
PSdonkey's Avatar
PSdonkey PSdonkey is offline
Lop-sided Testicule Admin
PSP Titan
 

Join Date: Dec 2005
Posts: 9,427
PSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond repute
Default

You can use a audio editing program such as Cool Edit (Now called adobe premiere) to save your WAV file with any parameters that you choose. I would save the the WAV file as Mono, 22KHz.You can also convert between any formats such as MP3 to WAV.

If you still are keen on using MP3 format in your game/app, all you would have to do link libmad to your game setup. Libmad allows you to use MP3 files in your code. With the library installer that I posted in the other thread, it already installs libmad into your PSP's environment setup. Look into libmad.h to see all the MP3 functions that you can use in your source code.
Again though, it is just easier to record or download your music and sound files and open them up in an audio editor such as adobe premiere and save your file as a WAV mono file with 22KHz frequency.
__________________
Obey Beaker. That is all.


Spoiler:
Want to become a PSP Dev the easy way? Check out my tutorial for the PSP here http://www.psp-hacks.com/forums/f141...orial-t152466/
Want to learn how to create your own games on the PSP? Check out my tutorial here http://www.psp-hacks.com/forums/f141...-your-t153653/
Want to learn how to program C++ ? Check out that tutorial here http://www.psp-hacks.com/forums/f124...ram-c-t122337/
Reply With Quote
  #73  
Old 02-15-2007, 08:39 AM
MooL MooL is offline
PSP Newbie
 

Join Date: Dec 2006
Posts: 21
MooL Has a Beginner Reputation
Default

lol one more noob question :P. How do u use this program to do what ure saying
__________________
Reply With Quote
  #74  
Old 02-15-2007, 12:09 PM
VuZuW VuZuW is offline
PSP Guru
 

Join Date: Apr 2006
Location: Malta, Gozo
Posts: 2,160
VuZuW Has a Beginner Reputation
Default

Cool! Im also looking forward to your next lesson!
__________________
PlayStatioN3ws
Reply With Quote
  #75  
Old 02-15-2007, 03:35 PM
PSdonkey's Avatar
PSdonkey PSdonkey is offline
Lop-sided Testicule Admin
PSP Titan
 

Join Date: Dec 2005
Posts: 9,427
PSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond repute
Default

Quote:
Originally Posted by MooL
lol one more noob question :P. How do u use this program to do what ure saying
Well when I used Cool Edit, all I did was record my sound or downlaod my sound and open it with Cool Edit and then I saved my file as a WAV format 22KHz frequency and in mono not stereo

If you are using audacity, just use "export as WAV format".
__________________
Obey Beaker. That is all.


Spoiler:
Want to become a PSP Dev the easy way? Check out my tutorial for the PSP here http://www.psp-hacks.com/forums/f141...orial-t152466/
Want to learn how to create your own games on the PSP? Check out my tutorial here http://www.psp-hacks.com/forums/f141...-your-t153653/
Want to learn how to program C++ ? Check out that tutorial here http://www.psp-hacks.com/forums/f124...ram-c-t122337/
Reply With Quote
  #76  
Old 02-15-2007, 05:01 PM
VuZuW VuZuW is offline
PSP Guru
 

Join Date: Apr 2006
Location: Malta, Gozo
Posts: 2,160
VuZuW Has a Beginner Reputation
Default

Hey how do i make these lessons all in one, for example first i make the sample splash screen then the lesson 4 and lesson 5 combined?
__________________
PlayStatioN3ws
Reply With Quote
  #77  
Old 02-15-2007, 06:38 PM
MooL MooL is offline
PSP Newbie
 

Join Date: Dec 2006
Posts: 21
MooL Has a Beginner Reputation
Default

Great tut :) but i cant get this song going but ill have to just look on the internet for some :)
__________________
Reply With Quote
  #78  
Old 02-15-2007, 07:03 PM
PSdonkey's Avatar
PSdonkey PSdonkey is offline
Lop-sided Testicule Admin
PSP Titan
 

Join Date: Dec 2005
Posts: 9,427
PSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond repute
Default

Quote:
Originally Posted by MooL
Great tut :) but i cant get this song going but ill have to just look on the internet for some :)
I wonder what you are doing wrong. Post the song that you are trying to convert and I will see if I can convert it for you. I think you just might not be setting the path correctly when you use the wav2bgm program.
__________________
Obey Beaker. That is all.


Spoiler:
Want to become a PSP Dev the easy way? Check out my tutorial for the PSP here http://www.psp-hacks.com/forums/f141...orial-t152466/
Want to learn how to create your own games on the PSP? Check out my tutorial here http://www.psp-hacks.com/forums/f141...-your-t153653/
Want to learn how to program C++ ? Check out that tutorial here http://www.psp-hacks.com/forums/f124...ram-c-t122337/
Reply With Quote
  #79  
Old 02-15-2007, 07:25 PM
MooL MooL is offline
PSP Newbie
 

Join Date: Dec 2006
Posts: 21
MooL Has a Beginner Reputation
Default

hmm im converting just one of the songs in sample music to see if if i can convert it into 22KHz but it seems i cant ill upload it now
__________________
Reply With Quote
  #80  
Old 02-16-2007, 02:50 PM
PSdonkey's Avatar
PSdonkey PSdonkey is offline
Lop-sided Testicule Admin
PSP Titan
 

Join Date: Dec 2005
Posts: 9,427
PSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond reputePSdonkey has a reputation beyond repute
Default

Quote:
Originally Posted by VuZuW
Hey how do i make these lessons all in one, for example first i make the sample splash screen then the lesson 4 and lesson 5 combined?
That is something that you need to explore and learn on your own. It wouldn't help you if I did everything for you to create a game. If I created the whole game for you, then you would never learn on your own. The way most people learn how to make homebrew is that they create their own source files and experiment with it until it works. Believe me, I am doing you all a favor by giving out these lessons and not just writing up an entire game and just giving out the source to the game. I'm trying to give you all the tools you need to create your own games and apps for the PSP.
__________________
Obey Beaker. That is all.


Spoiler:
Want to become a PSP Dev the easy way? Check out my tutorial for the PSP here http://www.psp-hacks.com/forums/f141...orial-t152466/
Want to learn how to create your own games on the PSP? Check out my tutorial here http://www.psp-hacks.com/forums/f141...-your-t153653/
Want to learn how to program C++ ? Check out that tutorial here http://www.psp-hacks.com/forums/f124...ram-c-t122337/
Reply With Quote
Reply

 



Thread Tools
Display Modes

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

Forum Jump


All times are GMT -4. The time now is 08:37 AM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
©