#523 closed enhancement (fixed)
Handle imprecise audio frame from sound device (e.g. OSS)
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 (last modified by bennylp)
Sound sound device backend (such as OSS) may return audio frame that is shorter or longer than a full frame, and this currently is not handled (it will trigger assertion in pasound.c).
Attachments (1)
Change History (4)
comment:1 Changed 17 years ago by bennylp
- Summary changed from Handle incomplete audio frame from sound device to Handle incomplete audio frame from sound device (e.g. OSS)
- Type changed from defect to enhancement
Changed 17 years ago by nanang
comment:2 Changed 17 years ago by bennylp
- Description modified (diff)
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 17 years ago by nanang
- Summary changed from Handle incomplete audio frame from sound device (e.g. OSS) to Handle imprecise audio frame from sound device (e.g. OSS)
Note: See
TracTickets for help on using
tickets.
Handle incomplete audio frame from sound device in pasound.c