gr-dsd icon indicating copy to clipboard operation
gr-dsd copied to clipboard

GNU Radio block for Digital Speech Decoder

Results 12 gr-dsd issues
Sort by recently updated
recently updated
newest added

When I try to use the block with Gnuradio 3.8 (In manjaro and Ubuntu) the program throw the following error. Traceback (most recent call last): File "/home/user/pruebas/dsd/dsd.py", line 211, in...

To make it easier for new users, sample .grc and .py files should be included that demonstrate how to use the block.

enhancement

I've just discovered this project that looks awesome, unfortunately when I try to compile it I get a segmentation fault: ``` 63%] Building C object dsd/CMakeFiles/dsd.dir/src/p25p1_hdu.c.o [ 65%] Building C...

HI, I just wanted to let you know that I've used gr-dsd successfully with Gqrx: https://www.youtube.com/watch?v=BI3u8kfuhQ0 Great work!

They're not actually used for anything in gr-dsd and this makes it slightly easier to use in other applications.

I am running a graph with multiple gr-dsd blocks that are running simultaneously. They are writing into a wav file sink. This worked fine with GR3.6, but with GR3.7 the...

During the first minute or so of audio decoding, audio underruns occur. (GNU Radio reports them by printing out "aU".) As a result, the audio stutters. I'm not sure yet...

bug

The gr-dsd block functions as a derived from gr_sync_decimator, and so is expected to provide exactly one output sample for each six input samples (since the input rate is 48000...

bug

There are some compiler warnings that should be fixed: In file included from /home/argilo/git/gr-dsd-build/include/dsd_block_ff.h:30:0, from /home/argilo/git/gr-dsd-build/lib/dsd_block_ff.cc:32: /home/argilo/git/gr-dsd-build/dsd/dsd.h:23:0: warning: "__USE_XOPEN" redefined [enabled by default] /usr/include/features.h:251:0: note: this is the location of...

bug

Currently the DSD options are hard coded to "-fp -u 10 -v 1 -mg" for EDACS Provoice in the constructor of dsd_block_ff. DSD's full suite of options should be exposed...

enhancement