• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..12-May-2020-

LEGALH A D12-May-2020627 1510

Makefile.amH A D12-May-2020545 2317

Makefile.inH A D12-May-202032.9 KiB968875

READMEH A D12-May-2020652 2313

amr_be.cH A D12-May-20203.9 KiB13039

amr_be.hH A D12-May-20202 KiB565

bitshift.cH A D12-May-20202.4 KiB7722

bitshift.hH A D12-May-20202 KiB585

mod_amr.2017.vcxprojH A D12-May-202013.5 KiB263263

mod_amr.cH A D12-May-202023.2 KiB723523

README

1Tested with mobile devices (VOLTE) :
2Samsung S6 Edge, iPhone, Samsung Note4, Samsung S6
3
4
5INSTALL
6
71. install the AMR library debs
8
9libopencore-amrnb-dev - Adaptive Multi Rate speech codec - development files
10libopencore-amrnb0 - Adaptive Multi Rate speech codec - shared library
11libopencore-amrnb0-dbg - Adaptive Multi Rate speech codec - debugging symbols
12
13apt-get install libopencore-amrnb-dev libopencore-amrnb0 libopencore-amrnb0-dbg
14
15This was tested on Debian 8
16
172. copy these two files in the current directory (mod_amr)
18
19cp ./usr/include/opencore-amrnb/interf_enc.h .
20cp ./usr/include/opencore-amrnb/interf_dec.h .
21
223. run make, make install
23