Discuss the development of new homebrew software, tools and libraries.
Moderators: cheriff, TyRaNiD
-
ShUr1k3n
- Posts: 42
- Joined: Sun Oct 16, 2005 9:04 pm
Post
by ShUr1k3n »
Hello,
i learn a lot of Programming for PSP ( in C) with this Tutorials
http://www.scriptscribbler.com/psp/ (THKS A LOT)...
But i have some questions:
- How can i change the volume of the MP3 volume? I use this function
Code: Select all
int sceAudioChangeChannelVolume(int channel, int leftvol, int rightvol);
but no luck... When i use that function the Sound just STOP.
- How can i Play 2,3,4,... sounds at the same time? (mp3 or wav sounds).
Thanks in Advance,
ShUr1k3n
-
sg57
- Posts: 144
- Joined: Fri Oct 14, 2005 2:26 pm
Post
by sg57 »
1. Use search, god like 10 threads down there is a thread about 'PSP Control + / -', nice spamming, your a pro.
Oh and to play multiple mp3s, just make how ever many threads of m3s you want:
2 mp3s playing : 2 threads
etc.
As for the Volume, search mp3player.c !!! .c not the header, and youll find some volume functions that do work (not made up?)
-
ShUr1k3n
- Posts: 42
- Joined: Sun Oct 16, 2005 9:04 pm
Post
by ShUr1k3n »
sg57 wrote:1. Use search, god like 10 threads down there is a thread about 'PSP Control + / -', nice spamming, your a pro.
Oh and to play multiple mp3s, just make how ever many threads of m3s you want:
2 mp3s playing : 2 threads
etc.
As for the Volume, search mp3player.c !!! .c not the header, and youll find some volume functions that do work (not made up?)
I just search a lot of time in other's threads for this question. But i cant find a answer.
I already look into the "mp3player.c" and i dont find any function to change the volume of the MP3. :S.
Can any1 help me plz?
Regards,
ShUr1k3n