From 9d02bd5a5e9a743efd2bba851e9d029746d4cbe9 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 23 Apr 2003 19:50:12 +0000 Subject: [PATCH] comment --- stepmania/src/RageSoundResampler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/RageSoundResampler.cpp b/stepmania/src/RageSoundResampler.cpp index 5e6336043e..76f4e225b6 100644 --- a/stepmania/src/RageSoundResampler.cpp +++ b/stepmania/src/RageSoundResampler.cpp @@ -45,7 +45,7 @@ void RageSoundResampler::write(const void *data_, int bytes) } #if 0 - /* Possibly slightly higher quality, but way too slow. */ + /* Much higher quality for 44100->48000 resampling, but way too slow. */ const int upsamp = 8; const float div = float(InputRate*upsamp) / OutputRate; for(unsigned f = 0; f < frames; ++f)