Changes between Version 6 and Version 7 of audio-problem-dropouts


Ignore:
Timestamp:
Jan 18, 2007 2:50:19 AM (17 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • audio-problem-dropouts

    v6 v7  
    2323== Windows Mobile Workaround == 
    2424 
    25 Some people have 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'''.  
     25Chen 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'''.  
    2626 
    2727The 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.