[Scummvm-cvs-logs] SF.net SVN: scummvm:[34171] tools/trunk/compress_queen.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Mon Aug 25 20:48:44 CEST 2008


Revision: 34171
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34171&view=rev
Author:   eriktorbjorn
Date:     2008-08-25 18:48:40 +0000 (Mon, 25 Aug 2008)

Log Message:
-----------
Use the correct sample rate, 11840 Hz, instead of 11025 Hz.

Modified Paths:
--------------
    tools/trunk/compress_queen.cpp

Modified: tools/trunk/compress_queen.cpp
===================================================================
--- tools/trunk/compress_queen.cpp	2008-08-25 18:48:05 UTC (rev 34170)
+++ tools/trunk/compress_queen.cpp	2008-08-25 18:48:40 UTC (rev 34171)
@@ -388,7 +388,7 @@
 
 			/* Invoke encoder */
 			setRawAudioType(false, false, 8);
-			encodeAudio(TEMP_SB, true, 11025, tempEncoded, gCompMode);
+			encodeAudio(TEMP_SB, true, 11840, tempEncoded, gCompMode);
 
 			/* Append MP3/OGG to data file */
 			compFile = fopen(tempEncoded, "rb");


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list