print noisy reminder to fix resampler

This commit is contained in:
Bill Currie 2007-03-20 13:37:38 +00:00 committed by Jeff Teunissen
parent 988898ca4a
commit 03e5ae136e
1 changed files with 4 additions and 0 deletions

View File

@ -180,6 +180,10 @@ s_init (void)
snd_shm->speed = jack_get_sample_rate (jack_handle);
s_jack_activate ();
Sys_Printf ("Connected to JACK: %d Sps\n", snd_shm->speed);
if (snd_shm->speed > 44100) {
Sys_Printf ("FIXME clamping Sps to 44100 until resampling is fixed\n");
snd_shm->speed = 44100;
}
}
static void