Opened 17 years ago
Closed 17 years ago
#524 closed enhancement (fixed)
Change base audio frame time from 10ms to 20ms for better stability
Reported by: | bennylp | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-0.9.0 |
Component: | pjmedia | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Currently the base audio frame time is 10ms to reduce latency. However this would cause few problems:
- bad audio quality on Vista
- missing audio frames in OSS (ticket #523)
According to reports and experimentation, changing the ptime to 20ms would fix or improve the situation.
Change History (1)
comment:1 Changed 17 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In r1951: changed pjsua and stereotest default audio frame time from 10ms to 20ms.