[Scummvm-cvs-logs] CVS: scummvm/backends/dc audio.cpp,1.2,1.3

Marcus Comstedt marcus_c at users.sourceforge.net
Thu Oct 17 18:41:04 CEST 2002


Update of /cvsroot/scummvm/scummvm/backends/dc
In directory usw-pr-cvs1:/tmp/cvs-serv31367

Modified Files:
	audio.cpp 
Log Message:
Oddly enough, setting the sound hardware to 44100 gives correct sound, even though the software is set to generate sound for 22050...

Index: audio.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/dc/audio.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- audio.cpp	13 Sep 2002 14:27:03 -0000	1.2
+++ audio.cpp	18 Oct 2002 01:40:53 -0000	1.3
@@ -30,7 +30,7 @@
 void initSound()
 {
   stop_sound();
-  do_sound_command(CMD_SET_FREQ_EXP(FREQ_22050_EXP));
+  do_sound_command(CMD_SET_FREQ_EXP(FREQ_44100_EXP));
   do_sound_command(CMD_SET_BUFFER(3));
 }
 





More information about the Scummvm-git-logs mailing list