cjcliffe / CubicSDR

Cross-Platform Software-Defined Radio Application
http://www.cubicsdr.com
GNU General Public License v2.0
2.02k stars 249 forks source link

Record new file for each message #939

Open oldirty91 opened 2 years ago

oldirty91 commented 2 years ago

Hello, is there a way to record a single .wav file for each discrete message that is recieved? In other words, how can I record a file that begins when the threshold is first exceded and ends once that threshold is no longer met? Thanks

vsonnier commented 1 year ago

Well, not really. You can use Recording > Squelsh > Skip silence to only record above-squelch sound, together with File time limit = 10 s for instance.

If your message is less than 10 s, and messages are spaced by more than 10 s, then you will have 1 wav by message indeed.

If the message is longer, it will be split into multiple wav, but the filename contains the date so you'll see they are associated.

On the other hand, multiple messages in the same 10 s will be packed together...

Maybe it is another Squelsh option worth considering.