<div dir="ltr"><span style="font-size:12.8000001907349px">Hi,</span><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">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 style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px"><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 style="font-size:12.8000001907349px"><font face="monospace, monospace">}</font></div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">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 style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Do you have any suggestion?</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Many thanks,</div><div style="font-size:12.8000001907349px">Zoltan</div></div>