<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 01/04/2017 12:15 PM, Alberto di Bene
      wrote:<br>
    </div>
    <blockquote cite="mid:f67eb5d1-62a9-2d0b-f71f-d0ee3505d6be@usa.net"
      type="cite"><font face="Verdana"><font face="Lucida Console"><font
            color="#cc0000">    wfx.nSamplesPerSec = 22050;    </font><br>
          <font color="#cc0000">    wfx.nSamplesPerSec = 44100;</font>
          // sound sample rate<br>
              BWAM = wfx.nSamplesPerSec/4;<br>
        </font><br>
         Shouldn't one of the two instructions marked in red be
        commented ?<br>
        or something is escaping me ? (It happened before...)</font></blockquote>
    <br>
    The second overrides the first, and the optimizer will take out the
    extra code as it compiles... but yeah, that means somebody wasn't
    looking closely enough at the code.<br>
    <br>
    _M<br>
    <p><br>
    </p>
    <pre class="moz-signature" cols="72">-- 
kf4hcw
Pete McNeil
lifeatwarp9.com/kf4hcw</pre>
  </body>
</html>