-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Audio Bleed Loop #97
Comments
Still looking for some solutions to this. |
Assuming you have Linux - check if you have "Auto Gain Control" function set to off in Alsamixer. |
I have it off. Direwolf is just way too sensitive. It's a common problem. But it is what it is. |
Just here to add a "me too!" on this one. This had not been a problem until updating to a more recent version. Happens even with AGC off and the transmit audio level way down. Direwolf decodes itself at a low indicated audio level. Maybe this could be solved by having an option to set the modem to half duplex? |
I have just issued the same problem #337. At a first glance a solution was to use two different hw devices for in- and output. ADEVICE plughw:0,0 produced the problem. Even when the jacks where connected. ADEVICE plughw:0,3 plughw:0,0 solved it, given that the connected device is working as it should (quiet). Where 0,3 and 0,0 are ofc the names of your soundcard devices (on linux there should mostly be a seperated device numer for the mic/line-in). But as you mentioned, the slightest loopback results in a decoding. I use my client app also on fldigi and there is no problem with loopbacks. I don't know what fldigi is doing differently in this regard. |
Fixed - same as 401. |
I have not had this issue until recently. Could be a problem with the way things are wired, but for quick and simple setups, I would think there'd be a fix for it in the software. I and others, have our transmit audio from Direwolf feeding back into the mic and Direwolf decodes the packet as if it were coming in directly. Usually with an audio level of "0".
Seems Direwolf is hugely sensitive and seems to pick up the bleedthrough even on the lowest audio output settings. I'm using the C119 chipset cards. Applies to every version of Direwolf I've tried, mainly the newest. Would be nice to have a mute during transmit or a filter for sent out packets.
The text was updated successfully, but these errors were encountered: