Browse Source

Change FREQ_OFFSET to 384.0

louyihua 9 years ago
parent
commit
962123a0b3
1 changed files with 3 additions and 1 deletions
  1. 3 1
      adplug/surroundopl.h

+ 3 - 1
adplug/surroundopl.h

@@ -32,7 +32,9 @@
 // The right-channel is increased in frequency by itself divided by this amount.
 // The right value should not noticeably change the pitch, but it should provide
 // a nice stereo harmonic effect.
-#define FREQ_OFFSET 128.0//96.0
+// This value should be well tuned to get best sound quality.
+// Currently, 384.0 is the best choice. (**sdlpal_tune**)
+#define FREQ_OFFSET 384.0//128.0//96.0
 
 // Number of FNums away from the upper/lower limit before switching to the next
 // block (octave.)  By rights it should be zero, but for some reason this seems