From 5d75aae3c06e6af7e618577579e79a47c9d16cfa Mon Sep 17 00:00:00 2001 From: drowe67 <45574645+drowe67@users.noreply.github.com> Date: Mon, 4 Sep 2023 17:35:14 +0930 Subject: [PATCH 1/2] Notice around status of this repo --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 96cf402..0f90879 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +# Status + +Note: This repo is not being actively maintained by the authors as the FreeDV 2020 mode for which it was developed does not perform well on HF channels and is not widely used. You are welcome to use this repo as is, or fork it, but regretably we are unavailable to assist with Issues and Pull Requests. It has been an interesting experiment which we have now completed. + # LPCNet for FreeDV Experimental version of LPCNet that has been used to develop FreeDV 2020 - a HF radio Digital Voice mode for over the air experimentation with Neural Net speech coding. Possibly the first use of Neural Net speech coding in real world operation. From 023e19278d1ea04ebfe6e5d45d4c219ce358cf64 Mon Sep 17 00:00:00 2001 From: drowe67 <45574645+drowe67@users.noreply.github.com> Date: Tue, 5 Sep 2023 05:29:39 +0930 Subject: [PATCH 2/2] Update README.md Adding a few exceptions --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f90879..0de2336 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Status -Note: This repo is not being actively maintained by the authors as the FreeDV 2020 mode for which it was developed does not perform well on HF channels and is not widely used. You are welcome to use this repo as is, or fork it, but regretably we are unavailable to assist with Issues and Pull Requests. It has been an interesting experiment which we have now completed. +Note: This repo is not being actively maintained by the authors as the FreeDV 2020 mode for which it was developed does not perform well on HF channels and is not widely used. You are welcome to use this repo as is, or fork it, but regretably we are unavailable to assist with Issues or considering Pull Requests. It has been an interesting experiment which we have now completed. The only exceptions are: + +* Fixing any build problems on supported platforms (x86/ARM) and OSes (Linux/macOS and MinGW for Windows). +* If you can demonstrate use of the code in this repo that we are not aware of. # LPCNet for FreeDV