Go to file
lwvmobile 3ff8f0f12e
Delete debian directory
2022-10-24 15:33:15 -04:00
.gitignore Use cmake for build 2013-07-07 13:29:48 -04:00
CHANGELOG Direct all printing to STDERR 2022-02-10 15:41:58 -05:00
CMakeLists.txt fixes for MSVC 14.1, aka VS 2017 (#23) 2019-05-28 21:43:53 -04:00
COPYRIGHT version 1.2.1 2011-08-21 03:32:18 -04:00
README.md Update README.md 2022-10-24 15:30:29 -04:00
ambe3600x2400.c Direct all printing to STDERR 2022-02-10 15:41:58 -05:00
ambe3600x2400_const.h Initial DSTAR AMBE implementation 2013-12-14 19:27:26 -05:00
ambe3600x2450.c Direct all printing to STDERR 2022-02-10 15:41:58 -05:00
ambe3600x2450_const.h Rename ambe3600x2250 to ambe3600x2450 to correctly reflect the codec type 2013-12-12 09:51:58 -05: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 Direct all printing to STDERR 2022-02-10 15:41:58 -05:00
imbe7200x4400.c Direct all printing to STDERR 2022-02-10 15:41:58 -05:00
imbe7200x4400_const.h Fix header guard 2016-01-08 12:24:41 -05:00
libmbe.pc.in install pkgconfig file & finish up debian configs 2018-06-27 23:12:16 -04:00
mbelib.c Direct all printing to STDERR 2022-02-10 15:41:58 -05:00
mbelib.h Direct all printing to STDERR 2022-02-10 15:41:58 -05: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

mbelib 1.3.1

Redirect all printf to stderr ( Change all printf to fprintf(stderr,) Increment to 1.3.1 to make it easy to differentiate if this particular version is installed

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.3.0

    mbelib 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 update
sudo apt install git make cmake # Update packages
git clone https://github.com/lwvmobile/mbelib
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