Add AudioDelay parameter

pull/45/head
Mason10198 2 years ago
parent a68d43b65a
commit 354ba755df

@ -1,4 +1,4 @@
# SkywarnPlus v0.3.4 Configuration File # SkywarnPlus v0.3.5 Configuration File
# Author: Mason Nelson (N5LSN/WRKF394) # Author: Mason Nelson (N5LSN/WRKF394)
# Please edit this file according to your specific requirements. # Please edit this file according to your specific requirements.
@ -8,16 +8,12 @@
################################################################################################################################ ################################################################################################################################
SKYWARNPLUS: SKYWARNPLUS:
# Toggle SkywarnPlus operation entirely.
# Toggle the entire SkywarnPlus operation.
# Set to 'True' to activate or 'False' to disable.
# Example: Enable: true
Enable: true Enable: true
################################################################################################################################ ################################################################################################################################
Asterisk: Asterisk:
# List of node numbers for broadcasting alerts. Multiple nodes are specified as a list. # List of node numbers for broadcasting alerts. Multiple nodes are specified as a list.
# Example: # Example:
# Nodes: # Nodes:
@ -26,10 +22,14 @@ Asterisk:
Nodes: Nodes:
- YOUR_NODE_NUMBER - YOUR_NODE_NUMBER
# Optional silence to be added to the beginning of any audio files generated by SkywarnPlus.
# This is useful for radio systems that require additional time to key up, such as RF links.
# Silence is specified in milliseconds.
AudioDelay: 0
################################################################################################################################ ################################################################################################################################
Alerting: Alerting:
# Specify the county codes for which you want to pull weather data. # Specify the county codes for which you want to pull weather data.
# Find your county codes at https://alerts.weather.gov/. # Find your county codes at https://alerts.weather.gov/.
# Make sure to use county codes ONLY, NOT zone codes, otherwise you might miss out on alerts. # Make sure to use county codes ONLY, NOT zone codes, otherwise you might miss out on alerts.
@ -41,16 +41,12 @@ Alerting:
- YOUR_COUNTY_CODE - YOUR_COUNTY_CODE
# Enable instant voice announcement when new weather alerts are issued. # Enable instant voice announcement when new weather alerts are issued.
# Set to 'True' for enabling or 'False' for disabling.
# Example: SayAlert: true
SayAlert: true SayAlert: true
# Specify a WAV file in the root of the SOUNDS directory to be appended to the end of the alert message. # Specify a WAV file in the root of the SOUNDS directory to be appended to the end of the alert message.
SayAlertSuffix: SayAlertSuffix:
# Enable instant voice announcement when weather alerts are cleared. # Enable instant voice announcement when weather alerts are cleared.
# Set to 'True' for enabling or 'False' for disabling.
# Example: SayAllClear: true
SayAllClear: true SayAllClear: true
# Limit the maximum number of alerts to process in case of multiple alerts. # Limit the maximum number of alerts to process in case of multiple alerts.
@ -66,14 +62,14 @@ Alerting:
# This setting determines the timing reference for issuing weather alerts. # This setting determines the timing reference for issuing weather alerts.
# You can choose between "onset" and "effective" time. # You can choose between "onset" and "effective" time.
# #
# 'onset': Alerts are issued based on the predicted start time of the weather event. # 'onset': Alerts are issued based on the predicted start time of the event.
# This means the system will only send out alerts when the events are imminent. # This means the system will only send out alerts when the events are imminent.
# For example, even though a "Heat Advisory" can be forecasted accurately a day or two in advance, # For example, even though a "Heat Advisory" can be forecasted accurately a day or two in advance,
# the alert will only be sent close to the actual occurrence of the event. # the alert will only be sent close to the actual occurrence of the event.
# #
# 'effective': Alerts are sent as soon as they are received, based on the effective time of the alert message. # 'effective': Alerts are sent as soon as they are received, based on the effective time of the alert message.
# The "effective" time is when the alert message is considered to be in effect, # The "effective" time is when the alert message is considered to be in effect,
# which could be earlier than the actual onset of the event. # which could be significantly earlier than the actual onset of the event.
# #
# By using 'onset', you can ensure that alerts are relevant and timely for the recipients. # By using 'onset', you can ensure that alerts are relevant and timely for the recipients.
TimeType: onset TimeType: onset
@ -81,7 +77,6 @@ Alerting:
################################################################################################################################ ################################################################################################################################
Blocking: Blocking:
# List of globally blocked events. These alerts are ignored across the entire SkywarnPlus operation. # List of globally blocked events. These alerts are ignored across the entire SkywarnPlus operation.
# Use a case-sensitive list. Wildcards can be used. # Use a case-sensitive list. Wildcards can be used.
# Example: # Example:
@ -128,7 +123,6 @@ CourtesyTones:
# Define the sound files for courtesy tones. # Define the sound files for courtesy tones.
Tones: Tones:
# Audio file to feed Asterisk as ct1 in "normal" mode # Audio file to feed Asterisk as ct1 in "normal" mode
CT1: Boop.ulaw CT1: Boop.ulaw
@ -192,7 +186,6 @@ IDChange:
# Define the sound files for IDs. # Define the sound files for IDs.
IDs: IDs:
# Audio file to feed Asterisk as ID in "normal" mode # Audio file to feed Asterisk as ID in "normal" mode
NormalID: NORMALID.ulaw NormalID: NORMALID.ulaw

Loading…
Cancel
Save

Powered by TurnKey Linux.