Is is possible to change the audio vollume like when you press one of the vollume buttons?
if Yes: How can i do it?
PS. I searshed this whole forum but the only solution someone said was by emulating key-presses. If that's possible, can someone say how that works?
Change audio volume
Change audio volume
Code: Select all
int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
}
Re: Change audio volume
http://psp.jim.sh/pspsdk-doc/pspaudioli ... 1fd86a5c77jojojoris wrote:Is is possible to change the audio vollume like when you press one of the vollume buttons?
if Yes: How can i do it?
PS. I searshed this whole forum but the only solution someone said was by emulating key-presses. If that's possible, can someone say how that works?
I think pspAudioSetVolume (int channel, int left, int right) is what you searched for.
This is how to set the volume,
but anyone knows how to get the current volume?
I found a solution yesterday.
Simple change the value in the registry.
Simple change the value in the registry.
Code: Select all
int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
}