Skip to content
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

Enhancement: Don't complain about background noise #511

Open
jmkristian opened this issue Jan 31, 2024 · 1 comment
Open

Enhancement: Don't complain about background noise #511

jmkristian opened this issue Jan 31, 2024 · 1 comment

Comments

@jmkristian
Copy link
Contributor

The output from Direwolf often complains "Audio input level is too high" for short packets but not for long packets. It stops complaining if I activate squelch in the radio. But that's bad, as David explained.

I guess audio samples immediately preceding or following a received packet are included in the calculation of loudness. Since an open squelch with no signal is much louder than a good signal, and the good signal is relatively brief, the result is too high. A longer packet provides a larger sample of low audio, which yields a more accurate calculation. I guess.

It would be pleasant to eliminate these insignificant complaints. They're distracting, especially because they're colored red in the log.

@na7q
Copy link

na7q commented Feb 6, 2024

I vote for keeping it all. No distractions from any of it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants