aboutsummaryrefslogtreecommitdiffstats
path: root/gr-vocoder
diff options
context:
space:
mode:
authorRon Economos <w6rz@comcast.net>2021-10-01 19:22:24 -0700
committermormj <34754695+mormj@users.noreply.github.com>2021-10-11 07:24:38 -0400
commit89e45e3f9422a8b6f069d770de23f5ca841426d6 (patch)
tree8bb35344598aa706fad5f34b6d0fce5221b445ab /gr-vocoder
parentgrc: Write "ID", not "Id" (diff)
downloadgnuradio-89e45e3f9422a8b6f069d770de23f5ca841426d6.tar.xz
gnuradio-89e45e3f9422a8b6f069d770de23f5ca841426d6.zip
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')
-rw-r--r--gr-vocoder/examples/loopback-codec2.grc24
1 files changed, 12 insertions, 12 deletions
diff --git a/gr-vocoder/examples/loopback-codec2.grc b/gr-vocoder/examples/loopback-codec2.grc
index 742fb4cef..03d8e0f5b 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]