This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
op25-legacy/imbe_vocoder
max 52cd683fb5 Add IMBE vocoder
git-svn-id: http://op25.osmocom.org/svn/trunk@187 65a5c917-d112-43f1-993d-58c26a4786be
2009-11-30 18:21:23 +00:00
..
config Add IMBE vocoder 2009-11-30 18:21:23 +00:00
src Add IMBE vocoder 2009-11-30 18:21:23 +00:00
AUTHORS Add IMBE vocoder 2009-11-30 18:21:23 +00:00
COPYING Add IMBE vocoder 2009-11-30 18:21:23 +00:00
ChangeLog Add IMBE vocoder 2009-11-30 18:21:23 +00:00
INSTALL Add IMBE vocoder 2009-11-30 18:21:23 +00:00
Makefile.am Add IMBE vocoder 2009-11-30 18:21:23 +00:00
Makefile.common Add IMBE vocoder 2009-11-30 18:21:23 +00:00
NEWS Add IMBE vocoder 2009-11-30 18:21:23 +00:00
README Add IMBE vocoder 2009-11-30 18:21:23 +00:00
bootstrap Add IMBE vocoder 2009-11-30 18:21:23 +00:00
configure.ac Add IMBE vocoder 2009-11-30 18:21:23 +00:00

README

# This directory contains Pavel Yazev's Project 25 IMBE Encoder/Decoder
# It also contains KA1RBI's interface module for GNU Radio 

If you're building from SVN, you'll need to use this sequence, since
SVN doesn't contain configure or the generated Makefiles.

  $ ./bootstrap
  $ ./configure
  $ make
  $ make check

For increased performance, you may wish to consider compiling with higher
optimization, for example:
  $ ./configure CXXFLAGS="-O3"
or
  $ ./configure CXXFLAGS="-O6"