aboutsummaryrefslogtreecommitdiffstats
path: root/gr-vocoder/python (follow)
Commit message (Expand)AuthorAgeFilesLines
* qa: run autopep8 formatting on qa python filesmormj2020-10-308-57/+71
* qa: remove xml file parameter causing deprecation warningsmormj2020-10-307-7/+7
* pybind: add implicit conversion from int to enummormj2020-10-282-0/+4
* vocoder: cmake: Use pybind macros to manage bindings.Ryan Volz2020-10-201-40/+19
* vocoder: allow input & output rates to differClayton Smith2020-10-201-5/+2
* python: Remove unnecessary 'from __future__ import'Oleksandr Kravchuk2020-08-032-4/+0
* pybind: remove docstring dependency on entire moduleJosh Morman2020-06-111-1/+1
* vocoder: add bindings for freedv_api to fix qaJosh Morman2020-06-045-10/+86
* pybind: run clang-formatJosh Morman2020-06-042-2/+2
* vocoder: fix list/tuple in qa testsJosh Morman2020-06-045-5/+5
* vocoder: Fix semicolon error in Pybind11 bindingsAndrej Rode2020-06-042-2/+2
* vocoder: add pybind11 bindingsJosh Morman2020-06-0443-11/+1526
* Update license header to SPDX formatdevnulling2020-01-2711-143/+11
* codec2: only check length of encoded messages in unit testAndrej Rode2019-01-141-13/+41
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-3111-15/+45
|\
| * python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-2611-12/+26
| * Merge remote-tracking branch 'github/nuke-cpack' into nextJohnathan Corgan2016-08-031-1/+0
| |\
| | * cmake: nuke cpack from existenceJohnathan Corgan2016-08-031-1/+0
| * | vocoder: fix python QA after unembedJohnathan Corgan2016-08-031-1/+1
| * | gr-vocoder: gsm subcomponent using external gsm libraryA. Maitland Bottoms2016-06-251-2/+6
| * | gr-vocoder: codec2 subcomponent using external codec2 libraryA. Maitland Bottoms2016-06-251-1/+14
| |/
* / Test: adds swig dirs to python tests to allow ctest to run on win buildsgnieboer2018-03-221-0/+5
|/
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-1/+1
* Bring codec2 up to the latest version, and add support for all six bit rates.Clayton Smith2014-04-161-15/+7
* vocoder: Fixed packing problem with Codec2, + GRC bindings, added exampleMartin Braun2014-03-071-1/+3
* Add a QA_PYTHON_EXECUTABLE variable so QA code knows what python to use when cross compiling.Philip Balister2013-12-051-1/+1
* Removing gruel from QA python paths.Ben Reynwar2013-06-061-1/+0
* uninstalled imports: Fixing up after merge with master.Ben Reynwar2013-06-031-1/+1
* Merged next into uninstalled import branch.Ben Reynwar2013-04-028-26/+26
|\
| * blocks: converting references to vector source/sink, null source/sink, nop, copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks.Tom Rondeau2013-03-178-46/+53
* | vocoder: Updating testing environment.Ben Reynwar2013-03-1110-63/+38
* | vocoder: Enabling uninstalled python imports.Ben Reynwar2013-03-0811-1/+8
|/
* vocoder: updating QA test for vocoders.Tom Rondeau2013-01-078-25/+104
* blocks: removes blocks moved to gr-blocks from gnuradio-core.Tom Rondeau2012-12-213-10/+19
* Merge branch 'master' into nextJohnathan Corgan2012-11-141-11/+11
|\
| * gr: same change for common PYTHON test pathsJosh Blum2012-11-141-7/+7
| * gr: set a common GR_TEST_TARGET_DEPS for all module unit testsJosh Blum2012-11-141-1/+1
* | analog: removing gr-analog as a required dependency when not actually necessary.Tom Rondeau2012-11-061-1/+2
* | analog: Removing reference to gr.sig_source_X and gr.noise_source_X where possible.Tom Rondeau2012-11-062-1/+4
* | vocoder: make vocoder depend on gr-filter (and by proxy gr-fft).Tom Rondeau2012-07-082-4/+11
|/
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do this in the future.Tom Rondeau2012-04-1310-66/+66
* Merge branch 'master' into nextJohnathan Corgan2012-03-221-1/+1
|\
| * volk: added volk as depedency for various componentsJosh Blum2012-03-221-1/+1
* | Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-083-61/+0
|/
* added some more python dash BJosh Blum2011-10-171-1/+1
* Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-111-0/+5
|\
| * docs: adding README.vocoder and a Doxygen page for the vocoder block.Tom Rondeau2011-10-091-0/+5
* | gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-081-10/+10
* | vocoder: updated cmake build for new blocks (also fixed some tests)Josh Blum2011-07-231-1/+1
* | Merge branch 'next' of gnuradio.org:gnuradio into nextJosh Blum2011-07-234-0/+120
|\|