Update README.md

pull/14/head
sh123 2020-12-14 18:41:07 +02:00 zatwierdzone przez GitHub
rodzic 7e3d7de0d4
commit 2b6c29660f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 4 dodań i 5 usunięć

Wyświetl plik

@ -37,11 +37,10 @@ This minimalistic Android application is a digital voice frontend for your radio
- iOS Codec2 wrapper: https://github.com/Beartooth/codec2-ios
# FAQ
- Gaps in received audio
- If indicator often changes between RX/IDLE on the receiver side when sender and recipient are close by then
- most likey you do not have enough bandwidth, use higher throughput modem mode, for LoRa modems you need approximately 170% of data rate for the given codec2 bitrate
- modem goes into RX state too fast after sending first packet, increase TxTail parameter for your modem, so it will longer TX tail before switching to RX
- if you are using LibAPRS based modem, set TxTail and TxPreamble programatically by using `APRS_setPreamble` and `APRS_setTail` methods as it does not seem to set these values from `CMD_TXDELAY` and `CMD_TXTAIL` KISS commands
- Gaps in received audio, indicator often changes between RX/IDLE on the receiver side when sender and recipient are close by then
- most likey you do not have enough bandwidth, use higher throughput modem mode, for LoRa modems you need approximately 170% of data rate for the given codec2 bitrate
- modem goes into RX state too fast after sending first packet, increase TxTail parameter for your modem, so it will longer TX tail before switching to RX
- if you are using LibAPRS based modem, set TxTail and TxPreamble programatically by using `APRS_setPreamble` and `APRS_setTail` methods as it does not seem to set these values from `CMD_TXDELAY` and `CMD_TXTAIL` KISS commands
# TODO
- Parrot mode, so speech coming from aether will be transmitted back (testing or digirepeating)