I also encountered problems with slowing down or distorting the sound if I called the _SNDRAW command multiple times in a row. In order for the audio data to be transmitted as I intended, I first mix it using a mathematical average, and only finally, when the data stream is ready, I pass it all at once to the _SNDRAW command. This is the most reliable way to achieve the expected result.