sdrangel/plugins/feature/simpleptt
Jon Beniston fc7c9c1fc8 Update CMakeLists.txt to support both Qt5 and Qt6. Add option ENABLE_QT6 2022-11-17 14:34:54 +00:00
..
CMakeLists.txt Update CMakeLists.txt to support both Qt5 and Qt6. Add option ENABLE_QT6 2022-11-17 14:34:54 +00:00
readme.md Fix typing errors in readme's 2022-05-15 12:39:57 +02:00
simpleptt.cpp Update threading model in Simple PTT feature. Part of #1346 2022-09-22 10:54:45 +02:00
simpleptt.h Update threading model in Simple PTT feature. Part of #1346 2022-09-22 10:54:45 +02:00
simplepttgui.cpp dd maximize button to MainSpectrum and expandible Channels and Features. 2022-11-11 12:24:27 +00:00
simplepttgui.h dd maximize button to MainSpectrum and expandible Channels and Features. 2022-11-11 12:24:27 +00:00
simplepttgui.ui SimplePTT: fixed list of audio devices for VOX displaying output instead of input devices 2022-08-13 11:14:31 +02:00
simplepttplugin.cpp Updated versions and changelogs 2022-10-07 00:24:31 +02:00
simplepttplugin.h Removed dangling PluginInstanceGUI references 2020-10-05 16:30:24 +02:00
simplepttreport.cpp PTT: vox (1) 2022-01-03 19:08:47 +01:00
simplepttreport.h PTT: vox (1) 2022-01-03 19:08:47 +01:00
simplepttsettings.cpp Massive UI revamping (v7): created configurations with just Features for now 2022-04-05 16:28:07 +02:00
simplepttsettings.h Massive UI revamping (v7): created configurations with just Features for now 2022-04-05 16:28:07 +02:00
simplepttwebapiadapter.cpp Fixed -Wunused-parameter warnings 2020-11-14 11:13:32 +01:00
simplepttwebapiadapter.h Feature plugins framework: presets 2020-09-28 16:49:32 +02:00
simplepttworker.cpp Update threading model in Simple PTT feature. Part of #1346 2022-09-22 10:54:45 +02:00
simplepttworker.h Update threading model in Simple PTT feature. Part of #1346 2022-09-22 10:54:45 +02:00

readme.md

Simple PTT plugin

Introduction

This plugin controls switchover between a Rx (Device source) and Tx (Device sink). It has no other controls than an adjustable delay from Rx to Tx and back to Rx. Because of its simplicity it can also serve as a model to build other feature plugins.

Interface

PTT feature plugin GUI

1: Start/Stop plugin

This button starts or stops the plugin

2: PTT button

Click to switch from Rx to Tx and again to switch back to Rx. When in Tx mode the button is lit.

3: Status indicator

This LED type display shows the current PTT status:

  • Green: Rx runs
  • Red: Tx runs
  • Grey: None active (transient)

4: Vox control

PTT feature vox control

4.1: Activate vox system

Toggle this switch to activate or de-activate vox control. When activated the audio input level is monitored and appears in (4.5) and if the level exceeds the level set by (4.3) and displayed in (4.4) then the vox button turns green until vox goes off after the hold period (4.6). The vox system controls the PTT only if the vox PTT enable checkbox is checked (4.2). Thus you can set the appropriate level (4.3) before engaging PTT control.

Right click on this button to open the audio input device selection dialog.

4.2: Enable PTT control

Check this box to enable PTT control by the vox system.

4.3: Vox threshold level

Use this button to adjust the vox threshold level in power dB (0 dB = full range)

4.4: Vox threshold display

This is the value set by (4.3) in dB.

4.5: Audio input level

This is the audio input level in dB displayed when the vox system is active (4.1)

4.6: Vox hold period

The vox is held active for this amount of time in milliseconds after the audio input power goes below the threshold level (4.3)

5: Refresh list of devices

Use this button to refresh the list of devices (5) and (6)

6: Select Rx device set

Use this combo to select which Rx device is controlled

7: Select Tx device set

Use this combo to select which Tx device is controlled

8: Transition delay from Rx to Tx

Value in milliseconds between Rx stop and Tx start

9: Transition delay from Tx to Rx

Value in milliseconds between Tx stop and Rx start