Changes between Version 1 and Version 3 of Ticket #438


Ignore:
Timestamp:
Jan 19, 2008 9:51:25 AM (16 years ago)
Author:
bennylp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #438

    • Property Cc nanang added
    • Property Status changed from new to assigned
  • Ticket #438 – Description

    v1 v3  
    66 1. pjmedia components need to handle the burst, while this problem should have been localized and fixed in sound device. 
    77 
    8 This ticket attempts to fix this problem by fixing the burst in sound device port. The idea is sound device port will apply a fixed delay to buffer the burst, like a fixed jitter buffer (and the delay will be detected at run-time) and will call the get_frame() and put_frame() callback in a perfect interleave. Then we could remove the {{{PJMEDIA_SOUND_BUFFER_COUNT}}} macro. 
     8This ticket attempts to fix this problem by fixing the burst in sound device port. The idea is sound device port will apply a fixed delay to buffer the burst, like a fixed jitter buffer (and the delay will be detected at run-time) and will call the get_frame() and put_frame() callback in a perfect interleave. Then the rest of PJMEDIA components can just use 1 frame for buffering. 
    99