Link to archive.org for the LSP implementation.
authorRalph Giles <giles@thaumas.net>
Fri, 3 Jul 2020 05:00:39 +0000 (22:00 -0700)
committerRalph Giles <giles@thaumas.net>
Fri, 3 Jul 2020 16:07:24 +0000 (09:07 -0700)
The page the LSP algorithm is based on is no longer online.
Link to an archived version instead.

Signed-off-by: Mark Harris <mark.hsj@gmail.com>
lib/lsp.c

index 143ca47..8afa305 100644 (file)
--- a/lib/lsp.c
+++ b/lib/lsp.c
   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
 
  ********************************************************************/