john- / ham2mon

GNU Radio based SDR scanner for narrow band FM demodulation
GNU General Public License v3.0
2 stars 0 forks source link

Auto Priority #26

Closed john- closed 3 months ago

john- commented 3 months ago

If audio classification is enabled and channel has mostly voice, add that channel to the priority list.

I have the basics of this working and will be testing it further.

Questions:

john- commented 3 months ago

Basics working here:

https://github.com/john-/ham2mon/tree/auto_priority

lordmorgul commented 3 months ago

Great idea here. I think generally data tends to have more defined channels, at least for use cases I would have to record it there would likely be known frequencies (WINLINK or APRS, etc). I wouldn't use this for data and instead assign priority from file. For voice this sounds great though.

john- commented 3 months ago

Thanks for the insight.

So far it seems to do a pretty good job. Initially I was thinking I would get more voice recordings. However, it turns out it is about the same number recorded from the the test file I replay. What happens is the recordings are longer. I compared by file size and it was over twice the amount of audio recorded with this option enabled.

john- commented 3 months ago

This is now merged into master