|
Hi, I have been searching for this for quite a while, but no result for the moment. In my project, when I do audio.stop(), then try to replay the video, I get a distortion of the sound. It sounds like at the beginning of the replay a word will be repeated 3 times... Then after it is OK. Do you guys know why this happens?
(comments are locked)
|

Can be related to an hardware problem (check the drivers for your audio card), unsufficent memory RAM along with a full hard drive (OS is swapping a lot of virtual pages)...
You may be getting a clipping problem when the audio is stopped mid wave. You can remedy that by fading the audio volume then using stop so the volume is at 0 before Stop is called. That should eliminate any clipping problems.