summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2020-07-02 22:00:39 -0700
committerRalph Giles <giles@thaumas.net>2020-07-03 09:07:24 -0700
commit5dc8399c5da5dfdf1de64e0f891018e2fd14015f (patch)
treec7676ab17953eb0fa08b4bd35947ec164ba712ba
parentaef9972fd24dc0b6bda415086dbb654ed14629cd (diff)
downloadlibvorbis-git-5dc8399c5da5dfdf1de64e0f891018e2fd14015f.tar.gz
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 <mark.hsj@gmail.com>
-rw-r--r--lib/lsp.c3
1 files changed, 2 insertions, 1 deletions
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
********************************************************************/