Opened 16 years ago
Closed 7 years ago
#879 closed enhancement (invalid)
Add pjmedia synchronizer port (for audio device).
Reported by: | nanang | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | Known-Issues-and-Ideas |
Component: | pjmedia | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
It is a common problem that audio device does not always provide a smooth clock for application, therefore the application may suffer from jitter, burst, or even clock skew/drift. Processing audio frames in such 'messy' clock will just increase the complexity. So, before delivering the stream to other components, it could be very helpful to tidy up the clock at the very beginning (in the audio device).
Attachments (1)
Change History (8)
comment:1 Changed 16 years ago by nanang
comment:2 Changed 16 years ago by nanang
comment:3 Changed 16 years ago by bennylp
In r2751:
- updated VS6, Makefile, and Symbian .mmp project files with new file sync_port.c.
comment:4 Changed 16 years ago by nanang
Changed 16 years ago by nanang
History of all changes on this ticket before r2755, including uncomitted patch.
comment:5 Changed 16 years ago by bennylp
- Milestone changed from release-1.3 to release-1.4
comment:6 Changed 15 years ago by bennylp
- Milestone changed from release-1.4 to Known-Issues
comment:7 Changed 7 years ago by nanang
- Backported unset
- Resolution set to invalid
- Status changed from new to closed
TeluuCon? 2018: Audio device clock issues such as clock skew should have been handled now, e.g: delay buffer with its WSOLA can shrink/expand wave, jitter buffer has discard algo.
In r2747: