Opened 12 years ago

Closed 12 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 12 years ago by nanang

  • Resolution set to fixed
  • Status changed from new to closed

(In [4063]) Fix #1490: frame type 15, instead of 14, should be assigned for zero length AMR-NB frames.

Note: See TracTickets for help on using tickets.