Opened 13 years ago
Closed 13 years ago
#1490 closed defect (fixed)
Audio issue caused by invalid AMR-NB frame type on VAS-direct (thanks Olle Frimanson for the report)
Reported by: | nanang | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-1.14 |
Component: | pjmedia | Version: | common |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Reported that frame type 14 is captured in the audio flow (in encoding direction).
After investigation, found that when receiving zero length AMR-NB frame (from APS/VAS-direct audio capture device), passthrough encoder set the frame type info to 14, which is an invalid frame type for AMR-NB.
Change History (1)
comment:1 Changed 13 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [4063]) Fix #1490: frame type 15, instead of 14, should be assigned for zero length AMR-NB frames.