pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/ham



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Apr  7 12:58:02 UTC 2023

Modified Files:
        pkgsrc/ham/gnuradio-channels: PLIST
        pkgsrc/ham/gnuradio-companion: PLIST
        pkgsrc/ham/gnuradio-core: Makefile distinfo version.mk
        pkgsrc/ham/gnuradio-digital: PLIST
        pkgsrc/ham/gnuradio-fec: PLIST
        pkgsrc/ham/gnuradio-network: PLIST
        pkgsrc/ham/gnuradio-pdu: PLIST
        pkgsrc/ham/gnuradio-qtgui: PLIST
        pkgsrc/ham/gnuradio-soapy-sdr: PLIST
        pkgsrc/ham/gnuradio-uhd: PLIST
        pkgsrc/ham/gnuradio-vocoder: PLIST

Log Message:
(ham/gnuradio-core) Updated 3.10.5.1 to 3.10.6.0

## [3.10.6.0] - 2023-03-31

### Changed

#### Runtime
- Add Python loggers to top_block and hier_block2
- Change the default log level (in the config file) to INFO instead of DEBUG
- Logging improvements in the scheduler
- Correctly determine native page size for Windows

#### GRC
- Fixed: opening the source of a hierachical block using the toolbar button produced an error
- Use the logger, instead of print statements, in generated top blocks
- Remove libX11 load from generated Python code - this was unncessary and produced warnings
- Choose Editor dialog stays above parent

#### gr-analog
- Signal Source: option to hide the message port

#### gr-blocks
- Throttle: supports max time or number of samples per work iteration, useful for reducing latency at low sample rates
- Delay block: option to hide the message port
- File Meta Sink: fix missing Python import in template code

#### gr-channels
- Default taps should be 1.0, not 1.0 + j1.0

#### gr-digital
- Async Decoder: several changes to improve performance robustness (see the commit log for more details)

#### gr-fec
- Tagged Decoder: correctly calculate the frame size for terminated CC decoder

#### gr-filter
- Fixed reverse parameters in fir_filter_with_buffer and pfb_arb_resampler, which could cause crashes
- Fixed PFB Arbitrary Resampler was ignoring attenuation parameter

#### gr-iio
- Set gain mode as specified (was always manual)
- Use the specified gain parameter for second channel (was same as first channel)

#### gr-qtgui
- Histogram Sink: calculate range of bins correctly to avoid strange distributions
- Save (to image) dialogs add file extensions and have a Save button (i.e., they work now)

#### gr-soapy
- Sources: add tags when the frequency changes

#### gr-uhd
- Support for more RFNoC blocks
  - Fosphor, which produces data to drive an on-screen, OpenGL-based renderer which is expected to be in the next release
  - Moving Average
  - Switchboard
  - Split Stream
- FFT: add properties for direction, magnitude and scaling
- RX Stream: flush after timeout
- Fully support multi-channel TX/RX (params were available for one one channel)

#### gr-vocoder
- Add a number of new codec modes for Codec2 and FreeDV

#### gr-zmq
- Selectable bind/connect to support more flexible ZMQ patterns and NAT'd networks
- Stream sources produce when available, instead of waiting for a buffer to fill, helping with latency

#### Modtool
- Use interp and decim keywords correctly when generating blocks

#### Build system and packaging
- Uninstall removes icons and desktop files


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/ham/gnuradio-channels/PLIST
cvs rdiff -u -r1.16 -r1.17 pkgsrc/ham/gnuradio-companion/PLIST
cvs rdiff -u -r1.106 -r1.107 pkgsrc/ham/gnuradio-core/Makefile
cvs rdiff -u -r1.52 -r1.53 pkgsrc/ham/gnuradio-core/distinfo
cvs rdiff -u -r1.10 -r1.11 pkgsrc/ham/gnuradio-core/version.mk
cvs rdiff -u -r1.16 -r1.17 pkgsrc/ham/gnuradio-digital/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/ham/gnuradio-fec/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/ham/gnuradio-network/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/ham/gnuradio-pdu/PLIST
cvs rdiff -u -r1.16 -r1.17 pkgsrc/ham/gnuradio-qtgui/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/ham/gnuradio-soapy-sdr/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/ham/gnuradio-uhd/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/ham/gnuradio-vocoder/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/ham/gnuradio-channels/PLIST
diff -u pkgsrc/ham/gnuradio-channels/PLIST:1.10 pkgsrc/ham/gnuradio-channels/PLIST:1.11
--- pkgsrc/ham/gnuradio-channels/PLIST:1.10     Thu May 26 15:20:08 2022
+++ pkgsrc/ham/gnuradio-channels/PLIST  Fri Apr  7 12:58:00 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2022/05/26 15:20:08 mef Exp $
+@comment $NetBSD: PLIST,v 1.11 2023/04/07 12:58:00 mef Exp $
 include/gnuradio/channels/api.h
 include/gnuradio/channels/channel_model.h
 include/gnuradio/channels/channel_model2.h
@@ -45,6 +45,7 @@ ${PYSITELIB}/gnuradio/channels/quantizer
 ${PYSITELIB}/gnuradio/channels/quantizer.pyc
 ${PYSITELIB}/gnuradio/channels/quantizer.pyo
 share/doc/gnuradio-${PKGVERSION}/README.channels
+share/gnuradio/grc/blocks/blocks_throttle2.block.yml
 share/gnuradio/examples/channels/channel_tone_response.grc
 share/gnuradio/examples/channels/demo_gmsk.grc
 share/gnuradio/examples/channels/demo_ofdm.grc

Index: pkgsrc/ham/gnuradio-companion/PLIST
diff -u pkgsrc/ham/gnuradio-companion/PLIST:1.16 pkgsrc/ham/gnuradio-companion/PLIST:1.17
--- pkgsrc/ham/gnuradio-companion/PLIST:1.16    Sun Oct  9 07:56:09 2022
+++ pkgsrc/ham/gnuradio-companion/PLIST Fri Apr  7 12:58:01 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2022/10/09 07:56:09 adam Exp $
+@comment $NetBSD: PLIST,v 1.17 2023/04/07 12:58:01 mef Exp $
 bin/gnuradio-companion
 bin/grcc
 ${PYSITELIB}/gnuradio/grc/__init__.py
@@ -296,8 +296,6 @@ ${PYSITELIB}/gnuradio/grc/gui/icon.png
 ${PYSITELIB}/gnuradio/grc/main.py
 ${PYSITELIB}/gnuradio/grc/main.pyc
 ${PYSITELIB}/gnuradio/grc/main.pyo
-libexec/gnuradio/grc_setup_freedesktop
-share/applications/gnuradio-grc.desktop
 share/gnuradio/examples/00-grc-docs.conf
 share/gnuradio/examples/grc.conf
 share/gnuradio/grc/blocks/analog.tree.yml
@@ -532,21 +530,3 @@ share/gnuradio/grc/blocks/variable_struc
 share/gnuradio/grc/blocks/xmlrpc_client.block.yml
 share/gnuradio/grc/blocks/xmlrpc_server.block.yml
 share/gnuradio/grc/blocks/yaml_config.block.yml
-share/gnuradio/grc/freedesktop/gnuradio-grc.desktop
-share/gnuradio/grc/freedesktop/gnuradio-grc.xml
-share/gnuradio/grc/freedesktop/grc-icon-128.png
-share/gnuradio/grc/freedesktop/grc-icon-16.png
-share/gnuradio/grc/freedesktop/grc-icon-24.png
-share/gnuradio/grc/freedesktop/grc-icon-256.png
-share/gnuradio/grc/freedesktop/grc-icon-32.png
-share/gnuradio/grc/freedesktop/grc-icon-48.png
-share/gnuradio/grc/freedesktop/grc-icon-64.png
-share/icons/hicolor/128x128/apps/gnuradio-grc.png
-share/icons/hicolor/16x16/apps/gnuradio-grc.png
-share/icons/hicolor/24x24/apps/gnuradio-grc.png
-share/icons/hicolor/256x256/apps/gnuradio-grc.png
-share/icons/hicolor/32x32/apps/gnuradio-grc.png
-share/icons/hicolor/48x48/apps/gnuradio-grc.png
-share/icons/hicolor/64x64/apps/gnuradio-grc.png
-share/metainfo/org.gnuradio.grc.metainfo.xml
-share/mime/packages/gnuradio-grc.xml

Index: pkgsrc/ham/gnuradio-core/Makefile
diff -u pkgsrc/ham/gnuradio-core/Makefile:1.106 pkgsrc/ham/gnuradio-core/Makefile:1.107
--- pkgsrc/ham/gnuradio-core/Makefile:1.106     Sun Jan 29 21:16:49 2023
+++ pkgsrc/ham/gnuradio-core/Makefile   Fri Apr  7 12:58:01 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.106 2023/01/29 21:16:49 ryoon Exp $
+# $NetBSD: Makefile,v 1.107 2023/04/07 12:58:01 mef Exp $
 
 PKGNAME=       gnuradio-core-${VERSION}
-PKGREVISION=   1
 COMMENT=       Core part of GNU Radio, all others need this
 
 PLIST_MINUS=   # empty

Index: pkgsrc/ham/gnuradio-core/distinfo
diff -u pkgsrc/ham/gnuradio-core/distinfo:1.52 pkgsrc/ham/gnuradio-core/distinfo:1.53
--- pkgsrc/ham/gnuradio-core/distinfo:1.52      Sun Mar  5 21:53:00 2023
+++ pkgsrc/ham/gnuradio-core/distinfo   Fri Apr  7 12:58:01 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.52 2023/03/05 21:53:00 wiz Exp $
+$NetBSD: distinfo,v 1.53 2023/04/07 12:58:01 mef Exp $
 
-BLAKE2s (gnuradio-3.10.5.1.tar.gz) = 1885da4ef42a9441ede29ea8689619a16b6468c30ffe59826c761ca12ff5155c
-SHA512 (gnuradio-3.10.5.1.tar.gz) = 37b8101baa7e6adbb60b55aedf2c951e75b14ef97091d967ab717eae699e014bd91c18fe7bf32117bbc5c0a3e0e44015be1c8d83177f9a3751893b49fb860df6
-Size (gnuradio-3.10.5.1.tar.gz) = 4367986 bytes
+BLAKE2s (gnuradio-3.10.6.0.tar.gz) = b19867acde2e53010ac331b15ab8f553361fb54bfbcc0b55e4d87598f5414704
+SHA512 (gnuradio-3.10.6.0.tar.gz) = cece65d6f35e1430e702a5c012146e61cc1d000432085cb2603d42fb1a7cdbf8dfe29299f834ba6b1970109ecae28ffa71f38e2aeb844e66cb337fb17aa4cffd
+Size (gnuradio-3.10.6.0.tar.gz) = 4376181 bytes
 SHA1 (patch-cmake_Modules_GrPybind.cmake) = b585fc9bddad66f98d9e70db3d9335c937698df9
 SHA1 (patch-gnuradio-runtime_CMakeLists.txt) = 3e4ae78cd722aa54a9626ca458cfe90ab11619a5
 SHA1 (patch-gnuradio-runtime_lib_CMakeLists.txt) = 8f29121bcff204fd4533c113cd05440a7d39477d

Index: pkgsrc/ham/gnuradio-core/version.mk
diff -u pkgsrc/ham/gnuradio-core/version.mk:1.10 pkgsrc/ham/gnuradio-core/version.mk:1.11
--- pkgsrc/ham/gnuradio-core/version.mk:1.10    Sun Jan 29 11:19:37 2023
+++ pkgsrc/ham/gnuradio-core/version.mk Fri Apr  7 12:58:01 2023
@@ -1,3 +1,3 @@
-# $NetBSD: version.mk,v 1.10 2023/01/29 11:19:37 adam Exp $
+# $NetBSD: version.mk,v 1.11 2023/04/07 12:58:01 mef Exp $
 
-VERSION=       3.10.5.1
+VERSION=       3.10.6.0

Index: pkgsrc/ham/gnuradio-digital/PLIST
diff -u pkgsrc/ham/gnuradio-digital/PLIST:1.16 pkgsrc/ham/gnuradio-digital/PLIST:1.17
--- pkgsrc/ham/gnuradio-digital/PLIST:1.16      Thu May 26 15:43:37 2022
+++ pkgsrc/ham/gnuradio-digital/PLIST   Fri Apr  7 12:58:01 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2022/05/26 15:43:37 mef Exp $
+@comment $NetBSD: PLIST,v 1.17 2023/04/07 12:58:01 mef Exp $
 include/gnuradio/digital/adaptive_algorithm.h
 include/gnuradio/digital/adaptive_algorithm_cma.h
 include/gnuradio/digital/adaptive_algorithm_lms.h
@@ -218,6 +218,7 @@ share/gnuradio/examples/digital/packet/u
 share/gnuradio/examples/digital/packet/uhd_packet_tx_tun.grc
 share/gnuradio/examples/digital/run_length.py
 share/gnuradio/examples/digital/snr_estimators.py
+share/gnuradio/grc/blocks/blocks_throttle2.block.yml
 share/gnuradio/grc/blocks/digital.tree.yml
 share/gnuradio/grc/blocks/digital_adaptive_algorithm.block.yml
 share/gnuradio/grc/blocks/digital_additive_scrambler_bb.block.yml

Index: pkgsrc/ham/gnuradio-fec/PLIST
diff -u pkgsrc/ham/gnuradio-fec/PLIST:1.15 pkgsrc/ham/gnuradio-fec/PLIST:1.16
--- pkgsrc/ham/gnuradio-fec/PLIST:1.15  Thu May 26 15:20:09 2022
+++ pkgsrc/ham/gnuradio-fec/PLIST       Fri Apr  7 12:58:01 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2022/05/26 15:20:09 mef Exp $
+@comment $NetBSD: PLIST,v 1.16 2023/04/07 12:58:01 mef Exp $
 bin/polar_channel_construction
 include/gnuradio/fec/alist.h
 include/gnuradio/fec/api.h
@@ -172,6 +172,7 @@ share/gnuradio/fec/ldpc/n_1100_k_0442_ga
 share/gnuradio/fec/ldpc/n_1300_k_0522_gap_30.alist
 share/gnuradio/fec/ldpc/n_1800_k_0902_gap_28.alist
 share/gnuradio/fec/ldpc/simple_g_matrix.alist
+share/gnuradio/grc/blocks/blocks_throttle2.block.yml
 share/gnuradio/grc/blocks/fec.tree.yml
 share/gnuradio/grc/blocks/fec_async_decoder.block.yml
 share/gnuradio/grc/blocks/fec_async_encoder.block.yml

Index: pkgsrc/ham/gnuradio-network/PLIST
diff -u pkgsrc/ham/gnuradio-network/PLIST:1.6 pkgsrc/ham/gnuradio-network/PLIST:1.7
--- pkgsrc/ham/gnuradio-network/PLIST:1.6       Thu May 26 15:20:09 2022
+++ pkgsrc/ham/gnuradio-network/PLIST   Fri Apr  7 12:58:01 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2022/05/26 15:20:09 mef Exp $
+@comment $NetBSD: PLIST,v 1.7 2023/04/07 12:58:01 mef Exp $
 include/gnuradio/network/api.h
 include/gnuradio/network/packet_headers.h
 include/gnuradio/network/socket_pdu.h
@@ -33,10 +33,10 @@ share/gnuradio/examples/network/test_udp
 share/gnuradio/examples/network/test_udp_source.grc
 share/gnuradio/examples/network/test_udp_source_ipv6.grc
 share/gnuradio/examples/network/test_udp_source_seq.grc
+share/gnuradio/grc/blocks/blocks_throttle2.block.yml
 share/gnuradio/grc/blocks/network_socket_pdu.block.yml
 share/gnuradio/grc/blocks/network_tcp_sink.block.yml
 share/gnuradio/grc/blocks/network_tcp_source.block.yml
 share/gnuradio/grc/blocks/network_tuntap_pdu.block.yml
 share/gnuradio/grc/blocks/network_udp_sink.block.yml
 share/gnuradio/grc/blocks/network_udp_source.block.yml
-

Index: pkgsrc/ham/gnuradio-pdu/PLIST
diff -u pkgsrc/ham/gnuradio-pdu/PLIST:1.3 pkgsrc/ham/gnuradio-pdu/PLIST:1.4
--- pkgsrc/ham/gnuradio-pdu/PLIST:1.3   Thu May 26 15:20:09 2022
+++ pkgsrc/ham/gnuradio-pdu/PLIST       Fri Apr  7 12:58:01 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2022/05/26 15:20:09 mef Exp $
+@comment $NetBSD: PLIST,v 1.4 2023/04/07 12:58:01 mef Exp $
 include/gnuradio/pdu/add_system_time.h
 include/gnuradio/pdu/api.h
 include/gnuradio/pdu/pdu_filter.h
@@ -32,6 +32,7 @@ share/gnuradio/examples/pdu/pdu_tools_de
 share/gnuradio/examples/pdu/simple_pdu_to_stream_example.grc
 share/gnuradio/examples/pdu/tags_to_pdu_example.grc
 share/gnuradio/examples/pdu/take_skip_to_pdu_example.grc
+share/gnuradio/grc/blocks/blocks_throttle2.block.yml
 share/gnuradio/grc/blocks/pdu.tree.yml
 share/gnuradio/grc/blocks/pdu_add_system_time.block.yml
 share/gnuradio/grc/blocks/pdu_pdu_filter.block.yml

Index: pkgsrc/ham/gnuradio-qtgui/PLIST
diff -u pkgsrc/ham/gnuradio-qtgui/PLIST:1.16 pkgsrc/ham/gnuradio-qtgui/PLIST:1.17
--- pkgsrc/ham/gnuradio-qtgui/PLIST:1.16        Thu May 26 15:20:10 2022
+++ pkgsrc/ham/gnuradio-qtgui/PLIST     Fri Apr  7 12:58:01 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2022/05/26 15:20:10 mef Exp $
+@comment $NetBSD: PLIST,v 1.17 2023/04/07 12:58:01 mef Exp $
 include/gnuradio/qtgui/ConstellationDisplayPlot.h
 include/gnuradio/qtgui/DisplayPlot.h
 include/gnuradio/qtgui/EyeDisplayPlot.h
@@ -159,6 +159,7 @@ share/gnuradio/examples/qt-gui/test_qtgu
 share/gnuradio/examples/qt-gui/test_toggle.grc
 share/gnuradio/examples/qt-gui/test_toggleswitch.grc
 share/gnuradio/examples/qt-gui/test_toggleswitch2.grc
+share/gnuradio/grc/blocks/blocks_throttle2.block.yml
 share/gnuradio/grc/blocks/qtgui.tree.yml
 share/gnuradio/grc/blocks/qtgui_appbackground.block.yml
 share/gnuradio/grc/blocks/qtgui_autocorrelator_sink.block.yml
@@ -199,4 +200,3 @@ share/gnuradio/themes/alt.qss
 share/gnuradio/themes/dark.qss
 share/gnuradio/themes/plain.qss
 share/gnuradio/themes/projector.qss
-

Index: pkgsrc/ham/gnuradio-soapy-sdr/PLIST
diff -u pkgsrc/ham/gnuradio-soapy-sdr/PLIST:1.5 pkgsrc/ham/gnuradio-soapy-sdr/PLIST:1.6
--- pkgsrc/ham/gnuradio-soapy-sdr/PLIST:1.5     Thu May 26 15:20:10 2022
+++ pkgsrc/ham/gnuradio-soapy-sdr/PLIST Fri Apr  7 12:58:01 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2022/05/26 15:20:10 mef Exp $
+@comment $NetBSD: PLIST,v 1.6 2023/04/07 12:58:01 mef Exp $
 include/gnuradio/soapy/api.h
 include/gnuradio/soapy/block.h
 include/gnuradio/soapy/sink.h
@@ -21,6 +21,7 @@ share/gnuradio/examples/soapy/fm_radio_r
 share/gnuradio/examples/soapy/soapy_receive.grc
 share/gnuradio/examples/soapy/soapy_receive2.grc
 share/gnuradio/examples/soapy/soapy_transmit.grc
+share/gnuradio/grc/blocks/blocks_throttle2.block.yml
 share/gnuradio/grc/blocks/soapy.tree.yml
 share/gnuradio/grc/blocks/soapy_airspyhf_source.block.yml
 share/gnuradio/grc/blocks/soapy_bladerf_sink.block.yml

Index: pkgsrc/ham/gnuradio-uhd/PLIST
diff -u pkgsrc/ham/gnuradio-uhd/PLIST:1.13 pkgsrc/ham/gnuradio-uhd/PLIST:1.14
--- pkgsrc/ham/gnuradio-uhd/PLIST:1.13  Mon Jan 23 19:26:21 2023
+++ pkgsrc/ham/gnuradio-uhd/PLIST       Fri Apr  7 12:58:01 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2023/01/23 19:26:21 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2023/04/07 12:58:01 mef Exp $
 bin/uhd_fft
 bin/uhd_rx_cfile
 bin/uhd_rx_nogui
@@ -50,3 +50,8 @@ share/gnuradio/grc/blocks/uhd_rfnoc_sigg
 share/gnuradio/grc/blocks/uhd_rfnoc_window.block.yml
 share/gnuradio/grc/blocks/uhd_usrp_sink.block.yml
 share/gnuradio/grc/blocks/uhd_usrp_source.block.yml
+share/gnuradio/grc/blocks/uhd_rfnoc_ddc.block.yml
+share/gnuradio/grc/blocks/uhd_rfnoc_duc.block.yml
+share/gnuradio/grc/blocks/uhd_rfnoc_rx_radio.block.yml
+share/gnuradio/grc/blocks/uhd_rfnoc_tx_radio.block.yml
+

Index: pkgsrc/ham/gnuradio-vocoder/PLIST
diff -u pkgsrc/ham/gnuradio-vocoder/PLIST:1.12 pkgsrc/ham/gnuradio-vocoder/PLIST:1.13
--- pkgsrc/ham/gnuradio-vocoder/PLIST:1.12      Thu May 26 15:20:10 2022
+++ pkgsrc/ham/gnuradio-vocoder/PLIST   Fri Apr  7 12:58:02 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2022/05/26 15:20:10 mef Exp $
+@comment $NetBSD: PLIST,v 1.13 2023/04/07 12:58:02 mef Exp $
 include/gnuradio/vocoder/alaw_decode_bs.h
 include/gnuradio/vocoder/alaw_encode_sb.h
 include/gnuradio/vocoder/api.h
@@ -46,6 +46,7 @@ share/gnuradio/examples/vocoder/gsm_audi
 share/gnuradio/examples/vocoder/loopback-codec2.grc
 share/gnuradio/examples/vocoder/loopback-gsmfr.grc
 share/gnuradio/examples/vocoder/ulaw_audio_loopback.py
+share/gnuradio/grc/blocks/blocks_throttle2.block.yml
 share/gnuradio/grc/blocks/vocoder.tree.yml
 share/gnuradio/grc/blocks/vocoder_alaw_decode_bs.block.yml
 share/gnuradio/grc/blocks/vocoder_alaw_encode_sb.block.yml



Home | Main Index | Thread Index | Old Index