Change Examples
Change Examples to reflect executable name change from dsd to dsd-fme
This commit is contained in:
parent
f0cc508bf9
commit
0f2dfe4dca
12
README.md
12
README.md
|
|
@ -17,9 +17,9 @@ Use Passive Frame Sync if voice in both slots becomes choppy or skips. Using Pas
|
|||

|
||||
|
||||
### Example Usage and Note!
|
||||
`dsd` or `./dsd` may need to be used in your usage, depending on if you are running it from the build folder, or if you have run make install. You will need to tweak the examples to your particular usage. Users can always check `dsd -h` for help and all command line switches to use.
|
||||
`dsd-fme` or `./dsd-fme` may need to be used in your usage, depending on if you are running it from the build folder, or if you have run make install. You will need to tweak the examples to your particular usage. Users can always check `dsd-fme -h` for help and all command line switches to use.
|
||||
|
||||
`dsd` is all you need to run for pulse input, pulse output, and auto detect for DMR, P25P1, D-STAR, and X2-TDMA decoding. To use other decoding methods which cannot be auto detected, please use the following command line switches. Make sure to route audio into and out of DSD-FME using pavucontrol and virtual sinks as needed.
|
||||
`dsd-fme` is all you need to run for pulse input, pulse output, and auto detect for DMR, P25P1, D-STAR, and X2-TDMA decoding. To use other decoding methods which cannot be auto detected, please use the following command line switches. Make sure to route audio into and out of DSD-FME using pavucontrol and virtual sinks as needed.
|
||||
|
||||
```
|
||||
-fi NXDN48
|
||||
|
|
@ -32,7 +32,7 @@ Use Passive Frame Sync if voice in both slots becomes choppy or skips. Using Pas
|
|||
```
|
||||
|
||||
## Example Usage - New DMR Stereo, Ncurses Terminal, Pulse Input/Output, and Log Console to file
|
||||
`dsd -fr -T -N 2> voice.log`
|
||||
`dsd-fme -fr -T -N 2> voice.log`
|
||||
|
||||
and in a second terminal tab, same folder, run
|
||||
|
||||
|
|
@ -41,7 +41,7 @@ and in a second terminal tab, same folder, run
|
|||
Then you can open up your pavucontrol "Pulse Audio Volume Control" or "Volume Control" application and route input into DSD-FME from any application and DSD-FME output to the left and right speakers respectively. (unlock the channel in the application stream and adjust left and right independently)
|
||||
|
||||
## Example Usage - RTL2832 Dongle Input
|
||||
`dsd -fi -i rtl -c 154.9875M -P -2 -D 1 -G 36 -L 70 -U 6021 -Y 12`
|
||||
`dsd-fme -fi -i rtl -c 154.9875M -P -2 -D 1 -G 36 -L 70 -U 6021 -Y 12`
|
||||
|
||||
```
|
||||
-i rtl to use rtl_fm (default is -i pulse for pulse audio)
|
||||
|
|
@ -66,12 +66,12 @@ Then you can open up your pavucontrol "Pulse Audio Volume Control" or "Volume Co
|
|||
## Example STDIN UDP from GQRX or SDR++, output to Pulse Audio, and append decoded audio to wav file
|
||||
Be sure to first start UDP output sink in GQRX or SDR++ and set VFO appropriately
|
||||
|
||||
`socat stdio udp-listen:7355 | dsd -fi -i - -w nxdn.wav`
|
||||
`socat stdio udp-listen:7355 | dsd-fme -fi -i - -w nxdn.wav`
|
||||
|
||||
## Example Usage - Extra Information for Academic Study and Logging
|
||||
Be sure to create a folder called MBE first and run
|
||||
|
||||
`dsd -fa -Z -pu 2>> voice.log`
|
||||
`dsd-fme -fa -Z -pu 2>> voice.log`
|
||||
|
||||
and in a second terminal tab, same folder, run
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue