From 5dc8399c5da5dfdf1de64e0f891018e2fd14015f Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Thu, 2 Jul 2020 22:00:39 -0700 Subject: Link to archive.org for the LSP implementation. The page the LSP algorithm is based on is no longer online. Link to an archived version instead. Signed-off-by: Mark Harris --- lib/lsp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/lsp.c b/lib/lsp.c index 143ca475..8afa305f 100644 --- a/lib/lsp.c +++ b/lib/lsp.c @@ -15,9 +15,10 @@ The LSP generation code is taken (with minimal modification and a few bugfixes) from "On the Computation of the LSP Frequencies" by Joseph Rothweiler (see http://www.rothweiler.us for contact info). + The paper is available at: - http://www.myown1.com/joe/lsf + https://web.archive.org/web/20110810174000/http://home.myfairpoint.net/vzenxj75/myown1/joe/lsf/index.html ********************************************************************/ -- cgit v1.2.1