Opened 16 years ago

Closed 16 years ago

#466 closed defect (fixed)

Speex decoder set decoded frame size incorrectly

Reported by: nanang Owned by: nanang
Priority: normal Milestone: release-0.9.0
Component: pjmedia Version: users_nanang
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description

It was hardcoded to 320 bytes (160 samples) regardless what mode the speex operated (NB, WB, UWB). This worked well since the get_frame() of stream did't modify the frame size (to the returned frame size from speex decoder). But, the new jitter buffer, which does the decoding, suffers from this wrong decoded size.

Change History (1)

comment:1 Changed 16 years ago by nanang

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

In r1777:
Fixed PCM frame size returned by speex decoder.

Note: See TracTickets for help on using tickets.