-
Allow users to disable specific sounds as well as music. Something in the config like:
```
# disable truck beepbeep and baby cry
disable_sounds=1936,641
# disable all music tracks
disable_music…
-
I noticed that every time I need to read the data from a `yarp port`, I always need the following ingredients
```cpp
yarp::os::BufferedPort port;
U data; /**< Vector containing the data. */
std::…
-
I have observed that giving an adapter FASTA removes the `adapter_cutting` section from the output. I'd like to know which adapter(s) were used in trimming. ~Similarly if I auto-detect~.
Here's a …
-
First of all, thanks for the great library.
I'm having an issue with resampling using a bandpass FIR filter, here is my Resample configuration:
```
public static float[] ResampleSignalBandpass(fl…
-
### Describe the bug
If you change the text in the input the condition doesn't change.
### Reproduction
https://svelte-5-preview.vercel.app/#H4sIAAAAAAAACp2RS2uFMBCF_0oY7kJBdG9V6KaLS2kXXTZd-Ihl…
-
We want to filter out data where we have "dancing position" when car has GPS but is stationary
-
Please could you change averaging? Really if you average 4^n times you gain n bits of resolution. But the displayed resolution stays at 8 bits. It would be helpful to increase the resolution of the di…
-
Hello,
i used latest GNUradio with HackRF and RTL-SDR under MacOS 10.10 and it working fine. Osmocom_fft and other GNUstuff is running. Then i try to install gnuradio-multimode.
I clone the git to …
-
Hi team,
running into some issues when I am reusing a slither workflow from one of my solidity repos (core-v1) in another repo (peripheral-v1). Core-v1 repo is submodule in the Peripheral-v1, `lib/…
-
I love working with your modular mixers and I like their versatility. I was wondering if you can add HiPass/LowPass filters options on all the mixers. I do a lot of Sample and Hold compositions and th…