From 045c156030c439d94d79681b38227baf5c73356b Mon Sep 17 00:00:00 2001 From: liamcottle Date: Wed, 22 May 2024 16:28:46 +1200 Subject: [PATCH] add docs about lora audio calls --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4d8a661..ad1301c 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ A simple open-source web based [LXMF](https://github.com/markqvist/lxmf) client - Support for Audio Calls to other [Reticulum WebChat](https://github.com/liamcottle/reticulum-webchat) users. - Audio is encoded with [codec2](https://github.com/drowe67/codec2) to support low bandwidth links. - Using a microphone requires using the web ui over localhost or https, due to [AudioWorklet](https://developer.mozilla.org/en-US/docs/Web/API/AudioWorklet) secure context. + - I have tested two-way audio calls over LoRa with a single hop. It works well when a reasonable bitrate is configured on the RNode. - Support for browsing pages, and downloading files hosted on Nomad Network Nodes. > NOTE: micron format parsing is still in development, some pages may not render or work correctly at all.