From 8d4d56f03b35e8ea31f515cd5c25e38817da48c0 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 3 Jan 2004 02:59:14 +0000 Subject: [PATCH] log sample rate --- stepmania/src/arch/Sound/RageSoundDriver_ALSA9_Software.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/arch/Sound/RageSoundDriver_ALSA9_Software.cpp b/stepmania/src/arch/Sound/RageSoundDriver_ALSA9_Software.cpp index d700976fc7..560cf8b6d7 100644 --- a/stepmania/src/arch/Sound/RageSoundDriver_ALSA9_Software.cpp +++ b/stepmania/src/arch/Sound/RageSoundDriver_ALSA9_Software.cpp @@ -180,6 +180,7 @@ try { samplerate = pcm->FindSampleRate( samplerate ); pcm->SetSampleRate( samplerate ); + LOG->Info( "ALSA: Software mixing at %ihz", samplerate ); MixingThread.SetName( "RageSound_ALSA9_Software" ); MixingThread.Create( MixerThread_start, this );