Thanks for pointing this issue out. This conflict comes up because the touch screen "tap" sound (and keyboard "click") is sampled at a different rate than the audio stream in your application. After the click plays out, it leaves the audio driver set at its playback rate rather than the original. This issue also occurs with audio recording.
The workaround is to disable the touch screen and keyboard sounds with the following entries in the ADSLOAD.REG file: [HKEY_CURRENT_USER\ControlPanel\Volume]
"Key"=dword:10000 ; key clicks: 02 loud, 01 soft, 00 none
"Screen"=dword:10000 ; tap volume: 02 loud, 01 soft, 00 none
-----------------------
Drew Kidder
ADS Technology Transfer