Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.04 KB

README.MD

File metadata and controls

22 lines (17 loc) · 1.04 KB

SDRSharp.SCATuner

This plugin allows you to listen to SCA Audio channels hidden inside regular FM Broadcast stations

How to install

Download dll from release page

For latest SDR#

You just copy dll into Plugins directory and enjoy

For SDR# 1785 and below

You copy the plugin DLL into sdrsharp program directory and then edit plugins.xml and add the following line to it (people used to call this MagicLine.txt)

<add key="SCATuner" value="SDRSharp.SCATuner.SCATunerPlugin,SDRSharp.SCATuner" />

Exmplanation of MagicLine(if you want to write your own plugin someday)

<add key="Whatever-you-want-that-is-unique" value="NameSpace.EntryPoint,DLLName" />

SDRSharp.XDR

Usage + install tutorial -- Thanks to Double A Labs for his samples and this tutorial