sony bug in sceAudioOutput?

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
VGV
Posts: 3
Joined: Tue Jun 12, 2007 9:43 pm

sony bug in sceAudioOutput?

Post by VGV »

hello

sorry for bad english, its not my native language.

Code: Select all

smplsleft1=sceAudioGetChannelRestLen(mchannel);
sceAudioOutput(mchannel, volume, smplscache[i]);
smplsleft=sceAudioGetChannelRestLen(mchannel);
and if smplsleft1!=0 sceAudioOutput didn't start playing of new part, and smplsleft == smplsleft1-64.

if smplsleft1==0 then all ok. function take new data and start playing.

is it should be like that and im wrong or it is bug in function? i consider it have always start playing of new samples after call.

my psp have firmware 3-71.2 from m33. pspdev form 07.14.2007.
Post Reply