From 75b340111c3e3199c1a7193f66dc8819d01ff655 Mon Sep 17 00:00:00 2001 From: havoc Date: Thu, 5 May 2005 12:52:07 +0000 Subject: [PATCH] added some commented out code that can make a log of stereo wav sounds loaded git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5227 d7cf8633-e32d-0410-b094-e92efae38249 --- snd_wav.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snd_wav.c b/snd_wav.c index 3904df50..ff4bb406 100644 --- a/snd_wav.c +++ b/snd_wav.c @@ -269,6 +269,8 @@ qboolean S_LoadWavFile (const char *filename, sfx_t *s) Mem_FreePool (&s->mempool); return false; } + //if (info.channels == 2) + // Log_Printf("stereosounds.log", "%s\n", s->name); // calculate resampled length len = (int) ((double) info.samples * (double) shm->format.speed / (double) info.rate); -- 2.39.2