Update Readme p2
This commit is contained in:
parent
181a6a5695
commit
3a19bf5583
|
|
@ -8,7 +8,7 @@ Back by popular demand, I've re-implemented DMR Stereo as a standalone decoder.
|
|||
DMR Stereo `dsd-fme -fs`
|
||||
XDMA `dsd-fme -ft`
|
||||
|
||||
It can also be selected in the NCurses Terminal Menu.
|
||||
It can also be selected in the NCurses Terminal Menu. Sadly I had to remove the X2-TDMA decoder option in the menu, I'm sure nobody will miss it.
|
||||
|
||||
## 2022.09.17 Update ##
|
||||
P25 Phase 2 Audio decoding has been implemented into DSD-FME. Currently, Phase 2 will only work from OP25 symbol capture bin files, or from wav files/SDR applications/RTL input that are sourced from FSK4 sources. CQPSK (LSM/H-D8PSK) will not work from audio sources. With the addition of Phases 2 audio, a new default decoder class has been implemented, XDMA, which is P25 Phase 1, Phase 2, DMR BS and MS (DMR Stereo). Furthermore, very limited Phase 1 TSBK support and Phase 2 FAcch/SaCCH/LCCH has been worked in just to get Network Status Broadcasts, which can fill in the required P2 parameters for WACN, SYSID, and CC for Phase 2 frame de-scrambling, and active voice call information.
|
||||
|
|
@ -41,6 +41,7 @@ DMR Stereo method added for listening to voice audio in both TDMA channels/slots
|
|||
|
||||
```
|
||||
-ft XDMA decoder class (P25 1 and 2, DMR BS/MS, X2-TDMA)
|
||||
-fs DMR Stereo BS/MS Simplex
|
||||
-fa Legacy Auto
|
||||
-fi NXDN48
|
||||
-fn NXDN96
|
||||
|
|
|
|||
Loading…
Reference in New Issue