HomeForumsWhat's newResources 
 
 
SoundPlayer for Saturn + 2 tools
RockinB - Feb 10, 2005

 < Prev  1  2 

 vreuzon Sep 28, 2005
The last version of your wav to c converter works correctly (no initial clic).

The min size of the pcm array to be played, the min size is 0x900. I believe it is always the case while using slPCMOn, but the testing has been done only with 8 bits mono sounds.

I have written some code using sound priority to bypass the four voice limitation by stoping low prio pcm when a higher prio pcm is needed. It works very well. I can post the code if somebody needs it (irequires sgl).

 RockinB Oct 17, 2005
I just found an unreleased version:

RB_SaturnPCM-050429.rar...

Well, I could not believe my eyes when I discovered the same click problem that you described, vreuzon. I checked the version and it was 050311 from SaturnOrbit. Then I discovered I had an unreleased version 050429. So I tested this one(and looked into the source) and the bug is removed there. Strange....

 vbt Oct 18, 2005
Updated in the Saturn Dev Tools

 vbt Dec 25, 2006
Your WAVE to PCM tool really rocks

 vbt Nov 16, 2008
it seems pcm < 0x900 are not played like vreuron said, would it be possible to add "blank" sound to get at least the mnimum size ?

 RockinB Nov 17, 2008

vbt said:
it seems pcm < 0x900 are not played like vreuron said, would it be possible to add "blank" sound to get at least the mnimum size ?


You're right, I experienced that with Saturn MineSweeper back in the days, too. Adding "blank" sound is a possible workaround, just as you said.

 < Prev  1  2