Porównaj commity

...

5 Commity

Autor SHA1 Wiadomość Data
kc1awv 616146e5e3 (Grav GitSync) Automatic Commit from kc1awv 2023-05-12 19:48:42 +00:00
kc1awv 2128bbe47b (Grav GitSync) Automatic Commit from kc1awv 2023-05-12 19:29:17 +00:00
kc1awv c202272b31 (Grav GitSync) Automatic Commit from kc1awv 2023-05-12 19:28:48 +00:00
kc1awv 43ffb18372 (Grav GitSync) Automatic Commit from kc1awv 2023-05-12 19:28:19 +00:00
kc1awv 310fa5c540 (Grav GitSync) Automatic Commit from kc1awv 2023-05-12 19:24:08 +00:00
1 zmienionych plików z 7 dodań i 1 usunięć

Wyświetl plik

@ -5,6 +5,7 @@ taxonomy:
- docs
media_order: 'LFSR_8.svg,LFSR_16.svg,LFSR_24.svg'
---
### M17 Amateur Radio Voice Application
This section defines the application layer parameters for an audio stream containing low bit rate speech encoded using the open source [Codec 2](http://rowetel.com/codec2.html) codec. It is intended to be used over the air by amateur radio operators worldwide. Implementation details for M17 clients, repeaters, and gateways ensure that an M17 Amateur Radio Voice Application is legal under all licensing regimes.
@ -68,7 +69,10 @@ Bits | Meaning
0 | Packet/Stream indicator
<nbsp> | 1 = Stream Mode
1..2 | Data type indicator
<nbsp> | $00_2$ = Reserved
<nbsp> | $01_2$ = Data
<nbsp> | $10_2$ = Voice only (3200 bps)
<nbsp> | $11_2$ = Voice (1600 bps) + Data
3..4 | Encryption type
<nbsp> | $00_2$ = None
<nbsp> | $01_2$ = Scrambling
@ -79,7 +83,9 @@ Bits | Meaning
This application requires Stream Mode.
The Voice only Data type indicator specifies voice data encoded at 3200 bps using Codec 2.
The Voice only data type indicator ($10_2$) specifies voice data encoded at 3200 bps using Codec 2.
The Voice and Data data type indicator ($11_2$) specifies voice data encoded at 1600 bps using Codec 2, the remaining 1600 bps can be used for arbitrary data.
#### Encryption Types