<div dir="ltr">Hi,<div><br></div><div>The output format of WvOut is coming out wrong.  Audacity doesn&#39;t recognize it as a wav (does not recognize type, suggests import raw), and windows media player rejects it as well.  Importing the file into Audacity as raw data works somewhat, but as I&#39;m diagnosing a dc-offset, I need an exact result.</div>
<div><br></div><div>here&#39;s some example code:</div><div><div><br></div><div>SinOsc s =&gt; Gain g =&gt; dac;</div><div>s.freq(400);</div><div>g.gain(0.5);</div><div>g =&gt; WvOut w =&gt; blackhole;</div><div>&quot;blerg.wav&quot; =&gt; string file;</div>
<div>w.wavFilename(file);</div><div>1::second =&gt; now;</div><div>w.closeFile(file); // what is the function of the argument here? can WvOut record multiple buffers at once?</div></div><div><br></div><div><br></div><div>
I&#39;m not so experienced with chuck but experienced in &quot;normal&quot; computer programming.  Running miniAudicle 1.3.1 with chuck 1.3.3.0 on windows 7 pro sp1 (32 bit).</div><div><br></div><div>Thanks,</div><div>George</div>
<div><br></div><div><br></div></div>