Say, I have an audio file with 2 channels, do I need to call pspAudioSetChannelCallback() function for each channel of the audio file?
I tested to call it just once:
also worked..
I also searched through internet, but there are very few documentations on pspsdk functions, so what on earth does the first argument mean?
Hope it can help you. And I think you mis-understanding the meaning of "channel" in the function, it is not mean to "L/R" channel, it should be the hardware mixing sound channel. (mean multi sources of sound input)
There are few documentations on internet about PSPSDK becasue most of the comments are already inside the source code of PSPSDK and the header file. So you better keep a copy of the PSPSDK source code. (or if you have enough patient, go to web access of SVN to search what you need, with thoursand times of page reload)
Enjoy your coding and have fun :)
Gan Quan wrote:Say, I have an audio file with 2 channels, do I need to call pspAudioSetChannelCallback() function for each channel of the audio file?
I tested to call it just once:
also worked..
I also searched through internet, but there are very few documentations on pspsdk functions, so what on earth does the first argument mean?
You are welcome , feel free to ask any question. I also a beginner of programming in PSP. Too many things to learn and discover.
Gan Quan wrote:Emm.. you are right, I misunderstood the meaning of "channel", acutally I know little about programming multimedia devices, so, way to go, hehe.
Thanks for your reply, I can go back to my kill-them-all psp application now ;)