allebb / pirrot

A radio repeater controller (supporting both simplex and duplex operation modes) for the RaspberryPi.
https://pirrot.hallinet.com
57 stars 13 forks source link

Implement two operation mode classes #2

Closed allebb closed 7 years ago

allebb commented 7 years ago

One operation should use VOX, this will loop listening for audio and then record when required, this should be with the addition of a custom setting in the configuration file to enable users to select the silence percentage value (replaces the 5%) as well as the number of seconds to wait before stoping the recording.

The second operation mode (COS) will start recording on a GPIO input and stop when the GPIO input goes low, this will support COS operations of which is likely to be more widely used and generally the better option for users to go with.

allebb commented 7 years ago

This is similar to issue #3 and has now been implemented, the mode configuration can now be set by the user in the pirrot.conf file.