Remove rtl-airband from examples, since not working for now

This commit is contained in:
Chrystian Huot 2020-05-22 09:43:43 -04:00
parent b046108d26
commit 4bbff7d12c
2 changed files with 0 additions and 23 deletions

View file

@ -38,7 +38,6 @@ Well, there is a lot...
* Directory watcher for automatic importing of audio files * Directory watcher for automatic importing of audio files
* Automatic audio conversion to M4A/AAC on the server side. No need to prepare your audio files prior to upload. * Automatic audio conversion to M4A/AAC on the server side. No need to prepare your audio files prior to upload.
* You can **share your precious audio calls** to other **Rdio Scanner** instances by configuring downstreams. * You can **share your precious audio calls** to other **Rdio Scanner** instances by configuring downstreams.
* Support for [Trunk Recorder](https://github.com/robotastic/trunk-recorder), [SDRTrunk](https://github.com/DSheirer/sdrtrunk), [RTLSDR-Airband](https://github.com/szpajder/RTLSDR-Airband) and others
* Easy to install and configure * Easy to install and configure
## Screenshots ## Screenshots

View file

@ -47,28 +47,6 @@ The *rdioScanner.dirWatch* property an *array* of *dirWatch objects* which descr
## Examples ## Examples
### Example for rtl-airband
In this example, we assume that *rtl_airband.conf* is configured in **mode = "multichannel"** and each file outputs has a numerial value for *filename_template* like **filename_template = 1001**.
```json
{
"rdioScanner": {
"dirWatch": [
{
"deleteAfter": true,
"directory": "/home/radio/rtl-airband/audio_files",
"extension": "mp3",
"frequency": 119100000,
"system": 6,
// take the prefix of the filename to get the talkgroup id.
"talkgroup": ".*\\/(\\d+)_.*"
}
]
}
}
```
### Example for SDRTrunk ### Example for SDRTrunk
**Rdio Scanner** will import SDRTrunk *wav* and *mbe* files. **Rdio Scanner** will import SDRTrunk *wav* and *mbe* files.