Changes between Version 10 and Version 11 of audio-problem-dropouts
- Timestamp:
- Feb 23, 2007 4:13:04 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
audio-problem-dropouts
v10 v11 17 17 Here are the checklists related to stutters problem: 18 18 1. [wiki:audio-check-loopback Check whether the symptom is observable when looping the microphone to the speaker locally]. 19 1. [wiki:audio-check-dangling-pbx-call Check that there is no dangling call in the PBX]. A dangling call is call that is left active in the PBX because previous (pjsua) application has crashed. 19 20 1. [wiki:audio-check-packet-loss Check for network impairments of incoming RTP packets] 20 21 1. [wiki:audio-check-cpu Check that CPU Utilization is not Too High] 21 1. Ticket #74 (incorporated in release 0.5.10) should fix the stutter problem on Windows Mobile, and probably on some other platforms as well.22 1. For Windows Mobile/WinCE, it may be necessary to set {{{PJMEDIA_SOUND_BUFFER_COUNT}}} to 32 in your {{{pj/config_site.h}}}. The default value is 16, which is fine for desktop applications. (thanks Chen Huan for reporting this). 22 23 23 24