aaknitt / voxcall

A sound-activated recorder with support for uploading audio to Broadcastify Calls
GNU General Public License v3.0
36 stars 6 forks source link

Record more than two minutes? #21

Open slowbalt opened 2 weeks ago

slowbalt commented 2 weeks ago

Can I update the value? The channel I am monitoring is very chatty and few minutes long conversations are common.

aaknitt commented 2 weeks ago

That value isn't currently changeable via the configuration file, but you can change it in the source code here:

image

slowbalt commented 2 weeks ago

How much work would it be to add it to the config file? (I have no programming experience or knowledge, this is a genuine question.)

Also, would it be doable to truncate the audio file after say a minute, and create a new one? Similar to what SDRtrunk does? That would make the audio less delayed and less silence on the receiver.