Changes between Version 6 and Version 7 of audio-problem-dropouts
- Timestamp:
- Jan 18, 2007 2:50:19 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
audio-problem-dropouts
v6 v7 23 23 == Windows Mobile Workaround == 24 24 25 Some people haveobserved stutters on Windows Mobile devices, and it turns out that this was caused by '''frame duration or {{{samples_per_frame}}} setting that is set too low when opening the sound device'''.25 Chen Huan observed stutters on Windows Mobile devices, and it turns out that this was caused by '''frame duration or {{{samples_per_frame}}} setting that is set too low when opening the sound device'''. 26 26 27 27 The usual settings for frame duration is 10ms or 20ms, and it seems that Windows Mobile just can't handle this. Increasing the frame duration to 80ms seems to cure the problem.