shithub: libsamplerate

Download patch

ref: 727504026ee51c6fe29afe6255b70513504a6265
parent: 6308ce1a99c2c202cddc05e309bbb3bee7be73d2
author: Hyunjin Song <tteu.ingog@gmail.com>
date: Thu Apr 30 11:18:10 EDT 2020

Fix the URL link for converters

--- a/doc/api_misc.html
+++ b/doc/api_misc.html
@@ -103,7 +103,7 @@
 		quality sinc based converter, providing a worst case Signal-to-Noise
 		Ratio (SNR) of 97 decibels (dB) at a bandwidth of 97&#37;.
 		All three SRC_SINC_* converters are based on the techniques of 
-		<A HREF="http://ccrma-www.stanford.edu/~jos/resample/">Julius O. Smith</A>
+		<A HREF="http://ccrma.stanford.edu/~jos/resample/">Julius O. Smith</A>
 		although this code was developed independantly.
 	<LI> <B>SRC_SINC_MEDIUM_QUALITY</B> - This is another bandlimited interpolator 
 		much like the previous one. It has an SNR of 97dB and a bandwidth of 90&#37;.