forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

why sceAudioChangeChannelVolume not work

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
yajiedesign



Joined: 23 Aug 2009
Posts: 2

PostPosted: Sun Aug 23, 2009 11:17 am    Post subject: why sceAudioChangeChannelVolume not work Reply with quote

I use sceAudioChangeChannelVolume change Volume.
but Volume not Change, why
Code:

      case PSP_CTRL_UP:
         Volume = Volume + 0x1000;
         if(Volume>0x8000)
         {
            Volume = 0x8000;
         }
         sceAudioChangeChannelVolume (0,Volume,Volume);
         break;
      case PSP_CTRL_DOWN:
         Volume = Volume - 0x1000;
         if(Volume<0x0000)
         {
            Volume = 0x0000;
         }
         sceAudioChangeChannelVolume (0,Volume,Volume);
         break;

Back to top
View user's profile Send private message
yajiedesign



Joined: 23 Aug 2009
Posts: 2

PostPosted: Sun Aug 23, 2009 8:33 pm    Post subject: Re: why sceAudioChangeChannelVolume not work Reply with quote

OK I am find how to use this fucation
Back to top
View user's profile Send private message
_.-noel-._



Joined: 13 Aug 2007
Posts: 49

PostPosted: Mon Aug 24, 2009 3:20 am    Post subject: Reply with quote

is it solved or not ?!

if it is so, please write your solution =)
_________________
Sry for my english
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group