<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 1/4/2017 5:46 PM,
<a class="moz-txt-link-abbreviated" href="mailto:fgentges@mindspring.com">fgentges@mindspring.com</a> wrote:<br>
</div>
<blockquote
cite="mid:73f9c39a-9df3-fc1b-8d36-ee6abfc23d3a@mindspring.com"
type="cite">
<pre wrap="">For starters, we will have a speaker on the 23rd of January. Rob Bowers
has arranged for Reginald Eisenblatt to talk about his SDR work and his
web site at
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://booyasdr.sourceforge.net/">http://booyasdr.sourceforge.net/</a>
</pre>
</blockquote>
<p><br>
</p>
<p><font face="Verdana">Good afternoon all,</font></p>
<p><font face="Verdana"> I gave a brief cursory look at the source
code of that program, but there is one thing strange,<br>
at least to me... probably an overlooking by the author of the
code.</font></p>
<p><font face="Verdana">In module radio.cpp, at the beginning of the
routine initRadio(void), there are these instructions :</font></p>
<p><font face="Verdana"><br>
<font face="Lucida Console">void initRadio( void ) {<br>
<br>
// Windows PC Sound Driver Interface Initialization<br>
double fs = global.fs;<br>
<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></p>
<p><font face="Verdana">73 Alberto I2PHD</font></p>
<p><font face="Verdana"><br>
</font></p>
<p><font face="Verdana"></font><br>
</p>
</body>
</html>