Changes between Version 12 and Version 13 of audio-problem-dropouts
- Timestamp:
- Dec 28, 2007 6:27:21 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
audio-problem-dropouts
v12 v13 20 20 1. [wiki:audio-check-packet-loss Check for network impairments of incoming RTP packets] 21 21 1. [wiki:audio-check-cpu Check that CPU Utilization is not Too High] 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. But be aware that enlarging this buffer may increase the audio delay (thanks Chen Huan for reporting this).22 1. Try to enlarge {{{PJMEDIA_SOUND_BUFFER_COUNT}}} value by setting it in your {{{pj/config_site.h}}}. The default value is 6, and you can increase it to, say, 16. But be aware that enlarging this buffer will increase the audio latency, so you should find a minimum value where the sound quality doesn't break. 23 23 1. [wiki:audio-check-underflow-overflow Check for audio underflows/overflows] 24 24