DF2HS
DF2HS
Can you please fix this, the error still occurs. 73 Sandy DF2HS
Hi there Some time ago Adi DL1HRC did some programming for me... Svxlink is using audio filters internally and he wrote something which allowed me to use these filters in...
Would you please be so kind and check the given code from the forum page, because it isn't compiling with the current svx version. So when I understand you right,...
Hi Adi I followed your link and then cloned this link: https://github.com/dl1hrc/svxlink.git In my remotetrx.conf I added `AUDIO_FILTER=BpCh12/-0.1/300-3500` This line is getting ignored and the audio is not getting filtered....
So when I try this: `pi@raspberrypi:~ $ git clone https://github.com/dl1hrc/svxlink/tree/audiofilter Klone nach 'audiofilter' ... fatal: repository 'https://github.com/dl1hrc/svxlink/tree/audiofilter/' not found ` You see, that is not working. I can only download...
I manually edited the three files which you changed and compiled again. Now it works. The audio gets filtered and there is a info line: `Using configuration file: /etc/svxlink/remotetrx.conf ---...
Okay, I didn´t know about the checkout command. I just tried it again and it works. ``` Starting logic: RepeaterLogic Loading RX: Voter Adding receiver: Rx1 +++ Init Audiofilter=BpBu4/300-2700 Adding...
Can you merge that with the master branch? And, I saw the parameter for the limiter. Would be nice to have them in the config, too. Thanks alot! 73 Sandy...
> You may try this brunch. I've merged with master rigth now. https://github.com/dl1hrc/svxlink/tree/audiofilter Then you can define a param AUDIO_FILTER. But it's some time ago I have played with that...
> hm okay I copied the files to the origin folder after checkout your files and recompiled, now it works. Thanks. Hopefully it gets its way to the master branch....