summaryrefslogtreecommitdiff
path: root/gr-vocoder/examples
Commit message (Collapse)AuthorAgeFilesLines
* blocks: removes blocks moved to gr-blocks from gnuradio-core.Tom Rondeau2012-12-218-35/+44
| | | | Also fixes up some other missing moves.
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-138-42/+42
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* examples: Reworked locations and installation of examples.Tom Rondeau2012-04-031-1/+1
| | | | All python and GRC examples directly associated with a top-level component are now in that examples directory. Examples are split into c++, python, and grc dirs but are all installed into $prefix/share/gnuradio/examples/<component>.
* Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-082-37/+0
| | | | Nick Foster owes Nick Corgan a six-pack of beer!
* gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-081-1/+1
|
* vocoder: updated cmake build for new blocks (also fixed some tests)Josh Blum2011-07-231-0/+37
|
* Merge branch 'next' of gnuradio.org:gnuradio into nextJosh Blum2011-07-234-0/+138
|\ | | | | | | | | Conflicts: gr-trellis/src/lib/trellis_constellation_metrics_cf.cc
| * gr-vocoder: added G.723 40K ADPCM encoder, decoder, and audio loopback exampleJohnathan Corgan2011-07-222-0/+46
| |
| * gr-vocoder: added G.723 24K ADPCM encoder, decoder, and audio loopback exampleJohnathan Corgan2011-07-222-0/+46
| |
| * gr-vocoder: added G.721 32K ADPCM encoder, decoder, and audio loopback exampleJohnathan Corgan2011-07-222-0/+46
| |
* | vocoder: added cmake support for gr-vocoder (unix only)Josh Blum2011-07-211-0/+0
|/
* gr-vocoder: adds alaw encoder, decoder, and audio loopback exampleJohnathan Corgan2011-07-192-0/+46
|
* gr-vocoder: adds ulaw encoder, decoder, and audio loopback exampleJohnathan Corgan2011-07-192-1/+47
|
* gr-vocoder: re-implemented gr-codec2-vocoder inside gr-vocoderJohnathan Corgan2011-07-182-0/+46
|
* gr-vocoder: re-implemented gr-cvsd-vocoder in gr-vocoderJohnathan Corgan2011-07-183-2/+70
|
* gr-vocoder: reimplemented gr-gsm-fr-vocoder in gr-vocoderJohnathan Corgan2011-07-182-1/+50
|
* gr-vocoder: add skeleton top-level componentJohnathan Corgan2011-07-172-0/+27