diff options
author | Ron Economos <w6rz@comcast.net> | 2021-10-01 19:22:24 -0700 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2021-10-11 07:24:38 -0400 |
commit | 89e45e3f9422a8b6f069d770de23f5ca841426d6 (patch) | |
tree | 8bb35344598aa706fad5f34b6d0fce5221b445ab /gr-vocoder/examples | |
parent | 58d3849bce9b59cb5306757ab1d56a0dad536b49 (diff) |
examples: Repair all examples affected by commit 91e9ddf.
Replace all occurrences of empty minoutbuf and maxoutbuf with 0.
Signed-off-by: Ron Economos <w6rz@comcast.net>
Diffstat (limited to 'gr-vocoder/examples')
-rw-r--r-- | gr-vocoder/examples/loopback-codec2.grc | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/gr-vocoder/examples/loopback-codec2.grc b/gr-vocoder/examples/loopback-codec2.grc index 742fb4cefe..03d8e0f5b3 100644 --- a/gr-vocoder/examples/loopback-codec2.grc +++ b/gr-vocoder/examples/loopback-codec2.grc @@ -97,8 +97,8 @@ blocks: affinity: '' alias: '' comment: '' - maxoutbuf: '' - minoutbuf: '' + maxoutbuf: '0' + minoutbuf: '0' num_inputs: '2' type: float vlen: '1' @@ -127,8 +127,8 @@ blocks: alias: '' comment: '' const: 0.0 if play_encoded else 1.0 - maxoutbuf: '' - minoutbuf: '' + maxoutbuf: '0' + minoutbuf: '0' type: float vlen: '1' states: @@ -142,8 +142,8 @@ blocks: alias: '' comment: '' const: 1.0 if play_encoded else 0.0 - maxoutbuf: '' - minoutbuf: '' + maxoutbuf: '0' + minoutbuf: '0' type: float vlen: '1' states: @@ -502,8 +502,8 @@ blocks: affinity: '' alias: '' comment: '' - maxoutbuf: '' - minoutbuf: '' + maxoutbuf: '0' + minoutbuf: '0' stream_id: Encoded Speech states: coordinate: [0, 292.0] @@ -515,8 +515,8 @@ blocks: affinity: '' alias: '' comment: '' - maxoutbuf: '' - minoutbuf: '' + maxoutbuf: '0' + minoutbuf: '0' stream_id: Raw Audio states: coordinate: [-1, 389] @@ -528,8 +528,8 @@ blocks: affinity: '' alias: '' comment: '' - maxoutbuf: '' - minoutbuf: '' + maxoutbuf: '0' + minoutbuf: '0' stream_id: Decoded Speech states: coordinate: [3, 449] |