Opened 13 years ago
Last modified 11 years ago
#1388 closed enhancement
Support for OpenCORE AMR-NB codec (thank you Dan Arrhenius for the contribution!) — at Version 5
Reported by: | bennylp | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-1.12 |
Component: | pjmedia | Version: | 1.x-branch |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description (last modified by bennylp)
Add support for AMR-NB codec implementation by the open source OpenCORE project.
Follow the instructions below to enable this support.
Makefile based (Linux, MacOS X, etc.)
- Download and install opencore-amr .tar.gz archive (tested with version 0.1.2)
- Download the latest pjproject
- In the pjproject directory, (re)run configure script.
- (re)Run make dep && make clean && make
- The AMR-NB codec is now available ready to be used.
Windows
- Configure and build opencore-amr with MinGW:
- Download and install MinGW.
- Download opencore-amr .tar.gz archive (tested with version 0.1.2). Build and install with MinGW.
- Add your installed opencore-amr to Visual Studio include and lib paths.
- Configure and build pjsip with Visual Studio:
- Download the latest pjproject
- Add this to your config_site.h:
#define PJMEDIA_HAS_OPENCORE_AMRNB_CODEC 1
- Build the pjproject solution.
- The AMR-NB codec is now available ready to be used.
Other platforms
Currently not supported.
Change History (5)
comment:1 Changed 13 years ago by bennylp
- Description modified (diff)
comment:2 Changed 13 years ago by bennylp
comment:3 Changed 13 years ago by bennylp
- Description modified (diff)
comment:4 Changed 13 years ago by bennylp
- Description modified (diff)
comment:5 Changed 13 years ago by bennylp
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.
(In [3816]) Committing re #1388: Support for OpenCORE AMR-NB codec (thank you Dan Arrhenius for the contribution!)