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 59e8c4216a add decode support logic
git-svn-id: http://op25.osmocom.org/svn/trunk@206 65a5c917-d112-43f1-993d-58c26a4786be
2010-04-07 18:33:27 +00:00
..
config Fix transient flag. 2009-12-19 09:53:37 +00:00
src add decode support logic 2010-04-07 18:33:27 +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"