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 7c0222c321 possible fix for compile error
git-svn-id: http://op25.osmocom.org/svn/trunk@269 65a5c917-d112-43f1-993d-58c26a4786be
2011-03-10 13:49:53 +00:00
..
src possible fix for compile error 2011-03-10 13:49:53 +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 update as per Stevie conv. 2010-10-27 16:43:26 +00:00
INSTALL Add IMBE vocoder 2009-11-30 18:21:23 +00:00
Makefile.am update as per Stevie conv. 2010-10-27 16:43:26 +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 update as per Stevie conv. 2010-10-27 16:43:26 +00:00
configure.ac update as per Stevie conv. 2010-10-27 16:43:26 +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"