Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/speexdsp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Matthews <tmatth@videolan.org>2016-08-02 04:51:28 +0300
committerTristan Matthews <tmatth@videolan.org>2016-08-02 04:52:17 +0300
commit5478241992dfd98010e12d7aba8967831438f392 (patch)
tree2fa95432dca755f62e3cf90e8194f59f2523a33e
parent83b63852e0e4755a8c04a1f9c87dd73b5aa6293f (diff)
resample: fix broken link
Reported on Opus mailing list, see: http://lists.xiph.org/pipermail/opus/2016-July/003591.html
-rw-r--r--libspeexdsp/resample.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libspeexdsp/resample.c b/libspeexdsp/resample.c
index b68d19b..aadf685 100644
--- a/libspeexdsp/resample.c
+++ b/libspeexdsp/resample.c
@@ -46,7 +46,7 @@
Smith, Julius O. Digital Audio Resampling Home Page
Center for Computer Research in Music and Acoustics (CCRMA),
Stanford University, 2007.
- Web published at http://www-ccrma.stanford.edu/~jos/resample/.
+ Web published at http://ccrma.stanford.edu/~jos/resample/.
There is one main difference, though. This resampler uses cubic
interpolation instead of linear interpolation in the above paper. This