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!

Recoverable Frame Level Error (reserved sample frequency values)

This is a discussion on Recoverable Frame Level Error (reserved sample frequency values) within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; PHP Code:              // Begin playing music if it has been 5 seconds              if (( sceKernelLibcClock ()- start_time )>= ...

Reply
 
LinkBack Thread Tools
Old 06-03-2008, 02:59 PM   #1
 
Join Date: Nov 2006
Posts: 10
Trader Feedback: 0
Default Recoverable Frame Level Error (reserved sample frequency values)

PHP Code:
            // Begin playing music if it has been 5 seconds
            
if ((sceKernelLibcClock()-start_time)>=5000000) {

printf("Music should be playing.");
MP3_Play();

            }
I placed the text there to determine if it was a sound error, or programming error (that way I would know if it entered the if statement after 5 seconds). Guess what? It happened to be both!

First error: Doesn't go into the loop, but I'm pretty sure I programmed that if statement correctly (start_time is defined outside of the loop).

Second error: I encoutnered this while placing the MP3_Play() outside the if statement it displayed this:

PHP Code:
recoverable frame level error (lost synchronization)
recoverable frame level error (reserved sample frequency values)

128 kb/audio mpeg layer III steam at 44100hz
And it does NOT play any sound...

Can anybody help me with this? I've been experimenting with it for about an hour now, doesn't want to budge. It always seems that I get the errors that are impossible to find on Google... Thanks for any help you can offer
Palko17 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
error , frame , frequency , level , recoverable , reserved , sample , values

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 09:30 PM.



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