summaryrefslogtreecommitdiff
path: root/gr-vocoder/lib/freedv_rx_ss_impl.h
Commit message (Collapse)AuthorAgeFilesLines
* build: Remove clang unused variable warnings.Ron Economos2020-12-071-9/+1
|
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-031-4/+4
|
* Add `override` for common virtual function overridesThomas Habets2020-11-031-2/+2
| | | | | | | | | | Mostly done with: ``` find -name "*_impl.h" | xargs sed -i -r '/(void forecast|int work|int general_work|bool check_topology)\(/{:back /\)/b nxt;N;b back;:nxt s/\)$|\)(;)/) override\1/g}' ``` Then I removed an incorrect `work` that this found.
* vocoder: add text message output to FreeDV demodulatorClayton Smith2020-10-201-11/+3
| | | | | | | | | | | | 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.
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-45/+45
|
* gr-vocoder: update codec2 and freedv blocks.A. Maitland Bottoms2019-03-241-2/+8
| | | | | Update to add support for newer modes in codec2 0.8.1. Fixup grc blocks yml templates, update examples.
* Convert tabs to spaces.Clayton Smith2016-11-151-3/+3
|
* gr-vocoder freedv blocksA. Maitland Bottoms2016-09-151-0/+81