linphone-sdk/msamr
2024-05-16 10:04:03 +02:00
..
build Fix versions in Info.plist. 2023-10-20 11:19:34 +02:00
cmake Improve CMake find_package functionality. 2023-06-28 11:10:31 +02:00
include/MSVC Include stdint.h to build with Visual Studio. 2015-03-06 09:50:23 +01:00
src No longer use CMAKE_BUILD_TYPE to allow configuration choice at build time. 2024-05-16 10:04:03 +02:00
.gitignore Ignore auto-generated files 2014-07-29 15:04:07 +02:00
Android.mk Android compilation and optional narrow/wide band 2012-01-26 15:19:45 +01:00
AUTHORS first commit of msamr, mediastreamer2 amr plugin. 2010-05-02 22:41:26 +02:00
autogen.sh Use config.h. 2014-03-10 14:04:58 +01:00
ChangeLog first commit of msamr, mediastreamer2 amr plugin. 2010-05-02 22:41:26 +02:00
CMakeLists.txt Improve CMake find_package functionality. 2023-06-28 11:10:31 +02:00
config.h.cmake Improve CMake find_package functionality. 2023-06-28 11:10:31 +02:00
configure.ac Stricter compilation options + new compilation error fixes. 2016-10-19 17:32:03 +02:00
COPYING first commit of msamr, mediastreamer2 amr plugin. 2010-05-02 22:41:26 +02:00
Makefile.am Add CMake files as EXTRA_DIST of autotools. 2016-03-17 15:01:39 +01:00
msamr.iss.in make a windows package 2010-05-14 17:39:08 +02:00
msamr.spec.in add specfile for rpm 2010-10-19 14:03:55 +02:00
NEWS update version 2017-07-20 13:38:11 +02:00
README Add an URI where opencore-amr can be downloaded 2015-05-25 15:22:01 +02:00

This a mediastreamer2 plugin adding support for AMR codec.
It is known to work with linphone>=3.0.0

It is based on the opencore-amr implementation:
http://sourceforge.net/projects/opencore-amr/

You must first download, compile and install opencore-amr, then build the msamr plugin.
The source code of opencore-amr can be found at http://sourceforge.net/projects/opencore-amr/files/opencore-amr/0.1.2/opencore-amr-0.1.2.tar.gz


when compiling with mingw (for windows), remove .la files from your installation directory where you previously installed opencore-amr.