Half speed sound
Keith Dunlop (214) 162 posts |
I was using PlayIt and SharedSound linked together by Jeffrey Lee’s PlayItSSnd program to play a CD yesterday on my ARMini. Everything was OK apartfrom the fact that the sound came out at roughly half speed! Any ideas? |
Jeffrey Lee (213) 6048 posts |
That’ll probably be a bug in PlayItSSnd. I’ll look into it. |
Keith Dunlop (214) 162 posts |
Cool – many thanks! |
Jeffrey Lee (213) 6048 posts |
I’ve now uploaded a new version of PlayItSSnd with the bug fixed. http://www.phlamethrower.co.uk/riscos/playitssnd.zip Note that currently PlayItSSnd won’t alter the system sample rate, so if you’re playing CD-quality audio then it’s probably worth manually setting the sample rate to 44.1kHz. E.g. do the following from BASIC: SYS "SharedSound_SampleRate",0,44100*1024 We could probably do with adding a couple of extra options to the sound setup plugin in Configure to control things like this (Default sample rate, *SoundGain, oversampling/mono). |
Keith Dunlop (214) 162 posts |
Jeffrey, Nice one! Cured the problem. Many thanks – you are star :-D |