Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vocoder: pep8 formatting | Josh Morman | 2021-11-24 | 8 | -12/+30 |
| | | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org> | ||||
* | examples: Repair all examples affected by commit 91e9ddf. | Ron Economos | 2021-10-11 | 1 | -12/+12 |
| | | | | | | Replace all occurrences of empty minoutbuf and maxoutbuf with 0. Signed-off-by: Ron Economos <w6rz@comcast.net> | ||||
* | vocoder: add text message output to FreeDV demodulator | Clayton Smith | 2020-10-20 | 1 | -12/+59 |
| | | | | | | | | | | | | The FreeDV protocol includes a low bit rate text stream which is used to transmit information such as call sign and location. GNU Radio's FreeDV demodulator block sets up a callback to receive this text data, but the callback currently does nothing. Here I've added an optional message output to the block. It collects characters until a carriage return is encountered, then outputs a string. I've updated the sample flow graph to print these messages using the Message Debug block. | ||||
* | python: Remove unnecessary 'from __future__ import' | Oleksandr Kravchuk | 2020-08-03 | 8 | -16/+0 |
| | | | | | | | | | | | | | | | | All of the removed `from __future__ import` were needed in older versions of Python (mostly 2.5.x and below) but later became mandatory in most versions of Python 3 hence are not necessary anymore. More specifically, according to __future__.py[1]: - unicode_literals is part of Python since versions 2.6.0 and 3.0.0; - print_function is part of Python since versions 2.6.0 and 3.0.0; - absolute_import is part of Python since versions 2.5.0 and 3.0.0; - division is part of Python since versions 2.2.0 and 3.0.0; Get rid of those unnecessary imports to slightly clean up the codebase. [1] https://github.com/python/cpython/blob/master/Lib/__future__.py | ||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 9 | -117/+9 |
| | |||||
* | examples: fixup cmake files to include all examples | devnulling | 2020-01-22 | 1 | -0/+5 |
| | |||||
* | Fix for source typos | luz.paz | 2019-08-10 | 1 | -9/+9 |
| | |||||
* | vocoder: clean up examples for 3.8 | Josh Morman | 2019-07-04 | 2 | -1091/+527 |
| | | | | | | | Minor updates to the vocoder examples, namely swapping out the selector block, but also enabling audio source instead of wav file fixes #2531 | ||||
* | gr-vocoder: update codec2 and freedv blocks. | A. Maitland Bottoms | 2019-03-24 | 3 | -1801/+788 |
| | | | | | Update to add support for newer modes in codec2 0.8.1. Fixup grc blocks yml templates, update examples. | ||||
* | Fix typos from switch to Python 3 | Håkon Vågsether | 2017-08-21 | 8 | -8/+8 |
| | |||||
* | python3: update non-GRC components to use python2 or python3 | Douglas Anderson | 2017-02-26 | 8 | -16/+32 |
| | |||||
* | provide example grfreedv.grc flowgraph | A. Maitland Bottoms | 2016-11-15 | 2 | -0/+617 |
| | |||||
* | Merge remote-tracking branch 'github/nuke-cpack' into next | Johnathan Corgan | 2016-08-03 | 1 | -3/+0 |
|\ | | | | | | | | | Conflicts: gr-vocoder/CMakeLists.txt | ||||
| * | cmake: nuke cpack from existence | Johnathan Corgan | 2016-08-03 | 1 | -1/+0 |
| | | | | | | | | | | | | CPack is not used, unmaintaned, and broken. This does not eliminate any MSVC build functionality. | ||||
* | | gr-vocoder: gsm subcomponent using external gsm library | A. Maitland Bottoms | 2016-06-25 | 1 | -2/+9 |
| | | |||||
* | | gr-vocoder: codec2 subcomponent using external codec2 library | A. Maitland Bottoms | 2016-06-25 | 1 | -1/+8 |
|/ | |||||
* | Bring codec2 up to the latest version, and add support for all six bit rates. | Clayton Smith | 2014-04-16 | 1 | -2/+3 |
| | |||||
* | vocoder: Fixed GSM GRC bindings and improved docs, provided example | Martin Braun | 2014-03-07 | 1 | -0/+1078 |
| | |||||
* | vocoder: Fixed packing problem with Codec2, + GRC bindings, added example | Martin Braun | 2014-03-07 | 1 | -0/+1184 |
| | |||||
* | blocks: removing file_sink/source file_descriptor_sink/source form core and ↵ | Tom Rondeau | 2013-03-10 | 1 | -9/+9 |
| | | | | moved all refs to gr-blocks. | ||||
* | blocks: removes blocks moved to gr-blocks from gnuradio-core. | Tom Rondeau | 2012-12-21 | 8 | -35/+44 |
| | | | | Also fixes up some other missing moves. | ||||
* | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | 2012-04-13 | 8 | -42/+42 |
| | | | | | | this in the future. The sed script was provided by Moritz Fischer. | ||||
* | examples: Reworked locations and installation of examples. | Tom Rondeau | 2012-04-03 | 1 | -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 cleanup | Johnathan Corgan | 2011-12-08 | 2 | -37/+0 |
| | | | | Nick Foster owes Nick Corgan a six-pack of beer! | ||||
* | gr: the CMakeLists.txt took a chill pill | Josh Blum | 2011-10-08 | 1 | -1/+1 |
| | |||||
* | vocoder: updated cmake build for new blocks (also fixed some tests) | Josh Blum | 2011-07-23 | 1 | -0/+37 |
| | |||||
* | Merge branch 'next' of gnuradio.org:gnuradio into next | Josh Blum | 2011-07-23 | 4 | -0/+138 |
|\ | | | | | | | | | Conflicts: gr-trellis/src/lib/trellis_constellation_metrics_cf.cc | ||||
| * | gr-vocoder: added G.723 40K ADPCM encoder, decoder, and audio loopback example | Johnathan Corgan | 2011-07-22 | 2 | -0/+46 |
| | | |||||
| * | gr-vocoder: added G.723 24K ADPCM encoder, decoder, and audio loopback example | Johnathan Corgan | 2011-07-22 | 2 | -0/+46 |
| | | |||||
| * | gr-vocoder: added G.721 32K ADPCM encoder, decoder, and audio loopback example | Johnathan Corgan | 2011-07-22 | 2 | -0/+46 |
| | | |||||
* | | vocoder: added cmake support for gr-vocoder (unix only) | Josh Blum | 2011-07-21 | 1 | -0/+0 |
|/ | |||||
* | gr-vocoder: adds alaw encoder, decoder, and audio loopback example | Johnathan Corgan | 2011-07-19 | 2 | -0/+46 |
| | |||||
* | gr-vocoder: adds ulaw encoder, decoder, and audio loopback example | Johnathan Corgan | 2011-07-19 | 2 | -1/+47 |
| | |||||
* | gr-vocoder: re-implemented gr-codec2-vocoder inside gr-vocoder | Johnathan Corgan | 2011-07-18 | 2 | -0/+46 |
| | |||||
* | gr-vocoder: re-implemented gr-cvsd-vocoder in gr-vocoder | Johnathan Corgan | 2011-07-18 | 3 | -2/+70 |
| | |||||
* | gr-vocoder: reimplemented gr-gsm-fr-vocoder in gr-vocoder | Johnathan Corgan | 2011-07-18 | 2 | -1/+50 |
| | |||||
* | gr-vocoder: add skeleton top-level component | Johnathan Corgan | 2011-07-17 | 2 | -0/+27 |