<div dir="ltr">Hi,<div><br></div><div>I would like to record in Wave IEEE float signed 32bit, 8000hz 256kbps, mono format. For this I can set the record_stereo to false in the session and tried to modify mod_sndfile.c to configure the format, so far I tried like:</div><div><br></div><div><div><font face="monospace, monospace">if (mode &amp; SFM_WRITE) {</font></div><div><font face="monospace, monospace">  context-&gt;sfinfo.channels = handle-&gt;channels;</font></div><div><font face="monospace, monospace">  context-&gt;sfinfo.samplerate = handle-&gt;samplerate;</font></div><div><font face="monospace, monospace">  context-&gt;sfinfo.format = SF_FORMAT_WAV | SF_FORMAT_FLOAT;</font></div></div><div><font face="monospace, monospace">}</font></div><div><br></div><div>But I receive some weird data when trying to load up the wav in goldwave.  The format looks fine but the data is not.</div><div><br></div><div>Do you have any suggestion?</div><div><br></div><div>Many thanks,</div><div>Zoltan</div></div>