Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#1608 closed enhancement (fixed)

Support for OpenCORE AMR-WB codec — at Version 6

Reported by: ming Owned by: nanang
Priority: normal Milestone: release-2.1
Component: pjmedia Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported: no

Description (last modified by nanang)

For information regarding how to download and build OpenCORE AMR codec, please refer to ticket #1388 (Support for OpenCORE AMR-NB codec).

To add support for OpenCORE AMR WB, you will also need to download and install vo-amrwbenc using the same steps as downloading and installing ​opencore-amr library explained in ticket #1388.

Notes

On MSVC, there may be linking error such as:

unresolved external symbol ___chkstk referenced in function _coder

A possible solution is by manually appending _chkstk.o to libvo-amrwbenc.a:

$ cd <path-to-libvo-amrwbenc.a>
$ ar x <path-to>/libgcc.a _chkstk.o
$ ar q libvo-amrwbenc.a _chkstk.o

Change History (6)

comment:1 Changed 11 years ago by ming

In 4331:

Re #1608: Add support for OpenCORE AMR-WB

comment:2 Changed 11 years ago by ming

In 4332:

Re #1608: Modified VS project

comment:3 Changed 11 years ago by ming

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

comment:4 Changed 11 years ago by ming

In 4335:

Re #1608: Fixed the way codec is initialized, enumerated, and deinit since both NB and WB use the same factory

comment:5 Changed 11 years ago by ming

In 4348:

Re #1608: Fixed array size calculation of amr bitrates array.

comment:6 Changed 11 years ago by nanang

  • Description modified (diff)
Note: See TracTickets for help on using tickets.