mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 08:33:00 -06:00
Remove rtl-airband from examples, since not working for now
This commit is contained in:
parent
b046108d26
commit
4bbff7d12c
|
|
@ -38,7 +38,6 @@ Well, there is a lot...
|
|||
* 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.
|
||||
* 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
|
||||
|
||||
## Screenshots
|
||||
|
|
|
|||
|
|
@ -47,28 +47,6 @@ The *rdioScanner.dirWatch* property an *array* of *dirWatch objects* which descr
|
|||
|
||||
## 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
|
||||
|
||||
**Rdio Scanner** will import SDRTrunk *wav* and *mbe* files.
|
||||
|
|
|
|||
Loading…
Reference in a new issue