-
**First of all.. thank you. This tool is AMAZING.**
My usecase is software defined radio, its interesting to use it for translation radio comms.
Main issue there is the very bad audio quality some…
-
Carla "sees" connections that is not there and draw them...
![image](https://user-images.githubusercontent.com/66333723/170923516-bdc477f0-a51d-48ca-9d8d-cff855cd0b55.png)
Distribution: Alpine 3…
-
```
Endpoint ep = new Endpoint();
epGlobal = ep;
ep.libCreate();
EpConfig epConfig = new EpConfig();
ep.libInit( epConfig );
MediaConfig media_cfg =epConfig.getMedConfig();
…
-
After some trial and error I finally got the LADSPA plugin to work with ALSA (without PulseAudio).
Here's a snippet for the capture PCM device, to use in ~/.asoundrc or your preferred alsa conf fil…
-
Hi,
I built this library from source on my odroid N2. When I try to load the plugin with the following command pulseaudio is crashing without error.
`pacmd load-module module-ladspa-sink sink_na…
-
Currently we're simply calculating the loudness of incoming audio and if it's below a certain value, we say it's silence. Would be cool to find a specialized algorithm that does this better, like what…
-
-
### EasyEffects Version
7.0.5
### What package are you using?
Gentoo
### Distribution
Gentoo
### Describe the bug
Somewhere on the update road from 6.2.8 to 7.0.5 the "Echo cancel…
-
[I just added a 1st ring suppressor in line between my VOIP service RJ-11 and all the handsets in my home](https://github.com/thess/callattendant/discussions/71#discussioncomment-10489855). I remain h…
-
Thank you for your contribution to open such an amazing work.
I built the ladspa from the current master HEAD and am trying to use it by loading in ffmpeg.
It is loaded successful, but got segmentat…