This article is about how to create national and local service of Newsletters
AutoPatch application could help to organize regular transmission of pre-recorded newsletters.
- Cord10 :
- {
- // Patch ID
- number = 14;
- // Codec type:
- // AMBEServer - to use with AMBEserver or dvemu (please check https://github.com/dl5di/OpenDV/tree/master/DummyRepeater)
- // USB Dongle - to use with DVSI USB-3000, NW ThumbDV Model A or DV3K Dongle (baud-rate 460800)
- // DV3000U - to use with old NW DV3000U (baud-rate 230400)
- type = "AMBEServer";
- location = "192.168.0.2:2460";
- // ALSA input and output devices
- input = "hw:Loopback,0,4";
- output = "hw:Loopback,1,6";
- // Outgoing session parameters (optional)
- mode = "Group";
- source = 2049757;
- destination = 2048;
- };
<syntaxhighlight lang="bash">
FILE=newsletter.wav
if [ -e $FILE ] then
- aplay --channels=1 --rate=8000 --format=S16_BE --device="hw:Loopback,1,4" $FILE
- rm $FILE
fi </syntaxhighlight>
- # Play newsletter1 every Sat at 16:00 UTC
- 00 16 * * 7 master /opt/NewsLetters/newsletter1