diff --git a/stepmania/src/arch/Sound/RageSoundDriver_ALSA9.cpp b/stepmania/src/arch/Sound/RageSoundDriver_ALSA9.cpp index 5ff4cad80b..61372a064f 100644 --- a/stepmania/src/arch/Sound/RageSoundDriver_ALSA9.cpp +++ b/stepmania/src/arch/Sound/RageSoundDriver_ALSA9.cpp @@ -98,7 +98,7 @@ bool RageSound_ALSA9::stream::GetData(bool init) bytes_read += got; bytes_left -= got; - RageSoundManager::AttenuateBuf( buf, got, snd->GetVolume() ); + RageSoundManager::AttenuateBuf( buf, got/sizeof(Sint16), snd->GetVolume() ); if( bytes_left > 0 ) {