summaryrefslogtreecommitdiff
path: root/gr-vocoder/python/vocoder/bindings/freedv_tx_ss_python.cc
Commit message (Collapse)AuthorAgeFilesLines
* vocoder: allow input & output rates to differClayton Smith2020-10-201-5/+2
| | | | | | | The input & output rates of the FreeDV modulator aren't necessarily the same. In particular, the 2400A and 2400B modes have an input rate of 8000 sps and an output rate of 48000 sps. To allow for arbitrary input & output rates, I've changed freedv_tx_ss from sync_block to block.
* vocoder: add pybind11 bindingsJosh Morman2020-06-041-0/+42