Changes between Version 1 and Version 3 of Ticket #438
- Timestamp:
- Jan 19, 2008 9:51:25 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #438
- Property Cc nanang added
- Property Status changed from new to assigned
-
Ticket #438 – Description
v1 v3 6 6 1. pjmedia components need to handle the burst, while this problem should have been localized and fixed in sound device. 7 7 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.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 the rest of PJMEDIA components can just use 1 frame for buffering. 9 9