Update README.md

pull/14/head
sh123 2020-12-06 11:53:20 +02:00 zatwierdzone przez GitHub
rodzic b471d95a0f
commit ee324a2531
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
Android KISS Bluetooth modem client for Amateur Radio digital voice communication by using open source Codec2.
# Introduction
This Android application is a digital voice frontend for your radio. It connects to your radio KISS Bluetooth modem, sends and receives Codec2 audio frames, which are encapsulated inside KISS frames. It does not deal with radio management, modulation, etc, it is up to your modem and radio, it could be just AFSK1200, GMSK 9600, LoRa, FSK or any other radio.
This Android application is a digital voice frontend for your radio. It connects to your radio KISS Bluetooth modem, sends and receives Codec2 audio frames, which are encapsulated inside KISS frames. It does not deal with radio management, modulation, etc, it is up to your modem and radio, it could be just AFSK1200, GMSK 9600, LoRa, FSK or any other radio. Radio just needs to expose KISS Bluetooth interface.
# Features
- PTT button, push and talk, encoded speech will be transmitted to the modem
@ -10,6 +10,10 @@ This Android application is a digital voice frontend for your radio. It connects
- Voice codec2 mode selection, which allows you to select various codec2 modes from 450 up to 3200 bps.
- Codec2 loopback mode, which records and plays your recorded voice back to test and evaluate different modes
# Suitable radios
- AFSK1200 MicroModem: https://unsigned.io/micromodem
- LoRa modem: https://github.com/sh123/esp32_loraprs
# Related Projects
- Codec2 codec: https://github.com/drowe67/codec2
- Android Codec2 wrapper code: https://github.com/UstadMobile/Codec2-Android