Go to file
Jared Szechy 553658d431 Remove old Makefile 2013-07-26 13:19:14 -04:00
.gitignore Use cmake for build 2013-07-07 13:29:48 -04:00
.travis.yml Add Travis CI config 2013-07-22 23:59:16 -04:00
CHANGELOG Update version to v1.2.4 2013-06-19 18:50:52 -04:00
CMakeLists.txt Minor cmake fix 2013-07-07 13:47:55 -04:00
COPYRIGHT version 1.2.1 2011-08-21 03:32:18 -04:00
README.md Forgot move to build dir line 2013-07-26 13:17:22 -04:00
ambe3600x2250.c version 1.2.3 2011-08-21 03:39:16 -04:00
ambe3600x2250_const.h version 1.2.1 2011-08-21 03:32:18 -04:00
cmake_uninstall.cmake.in Use cmake for build 2013-07-07 13:29:48 -04:00
config.h version 1.2.1 2011-08-21 03:32:18 -04:00
ecc.c version 1.2.1 2011-08-21 03:32:18 -04:00
ecc_const.h Array golayMatrix[2048] had only 1839 element. This commit fixes it.\n http://forums.radioreference.com/digital-voice-decoding-software/244398-possible-bug-question-about-mbelib.html#post1797631. 2013-02-17 13:05:50 +02:00
imbe7100x4400.c Function fix in imbe7100x4400.c. http://forums.radioreference.com/1879375-post298.html 2013-02-17 13:28:01 +02:00
imbe7200x4400.c version 1.2.1 2011-08-21 03:32:18 -04:00
imbe7200x4400_const.h version 1.2.1 2011-08-21 03:32:18 -04:00
mbelib.c version 1.2.3 2011-08-21 03:39:16 -04:00
mbelib.h Update version to v1.2.4 2013-06-19 18:50:52 -04:00
mbelib_Author.pgp version 1.2.1 2011-08-21 03:32:18 -04:00
mbelib_const.h version 1.2.1 2011-08-21 03:32:18 -04:00

README.md

Build Status

PATENT NOTICE

This source code is provided for educational purposes only.  It is
a written description of how certain voice encoding/decoding
algorythims could be implemented.  Executable objects compiled or 
derived from this package may be covered by one or more patents.
Readers are strongly advised to check for any patent restrictions or 
licencing requirements before compiling or using this source code.

mbelib 1.2.4

    mbelib 1.2.3 supports the 7200x4400 bit/s codec used in P25 Phase 1,
    the 7100x4400 bit/s codec used in ProVoice and the "Half Rate"
    3600x2250 bit/s vocoder used in various radio systems.

Example building instructions on Ubuntu:

sudo apt-get update
sudo apt-get install git make cmake # Update packages
git clone <URL of git repository>   # Something like: git@github.com:USERNAME/mbelib.git
cd mbelib                           # Move into source folder
mkdir build                         # Create build directory
cd build                            # Move to build directory
cmake ..                            # Create Makefile for current system
make                                # Compiles the library
sudo make install                   # Library is installed into computer