Thanks.<div><br></div><div>I think I got it fixed:</div><div><br></div><div>1) libsndfile needs updating to 1.0.21</div><div>2) libsndfile needs libogg, libvorbis, libflac and pkg-config (otherwise it will happily compile, but without ogg support)</div>
<div>3) mod_sndfile needs an extra else if after line 150:</div><div><div><span class="Apple-tab-span" style="white-space:pre">        </span>} else if (!strcmp(ext, &quot;oga&quot;)) {</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>context-&gt;sfinfo.format = SF_FORMAT_OGG | SF_FORMAT_VORBIS;</div>
<div><span class="Apple-tab-span" style="white-space:pre">                </span>context-&gt;sfinfo.channels = 1;</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>context-&gt;sfinfo.samplerate = 8000;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>}</div>
</div><div><br></div><div>4) make &amp;&amp; make install mod_sndfile </div><div>5) ...</div><div>6) Profit!</div><div><br></div><div>I can record *.oga files now :-))) Very cool.</div><div><br></div><div><br></div><div><div class="gmail_quote">
On Sun, May 30, 2010 at 21:01, Tamas <span dir="ltr">&lt;<a href="mailto:jalsot@gmail.com">jalsot@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">



  

<div bgcolor="#ffffff" text="#000000">
Hello,<br>
<br>
maybe upgrading libsndfile could do the trick as new version supports
OGG/Vorbis.<br>
(<a href="http://www.mega-nerd.com/libsndfile/" target="_blank">http://www.mega-nerd.com/libsndfile/</a>).<br>
<br>
Regards,<br>
    Tamas<br>
<br>
2010-05-30 09:24 keltezéssel, Kees Varekamp írta:
<div><div></div><div class="h5"><blockquote type="cite">I am keen but my c skills are not top notch. But I&#39;ll give
it a go.
  <div><br>
  </div>
  <div>tnx,</div>
  <div>Kees<br>
  <br>
  <div class="gmail_quote">On Sun, May 30, 2010 at 18:52, Brian West <span dir="ltr">&lt;<a href="mailto:brian@freeswitch.org" target="_blank">brian@freeswitch.org</a>&gt;</span>
wrote:<br>
  <blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">you
could write a format module to allow that.<br>
    <br>
Sent from my iPad<br>
    <br>
On May 30, 2010, at 1:34 AM, Kees Varekamp &lt;<a href="mailto:kees@mroffice.org" target="_blank">kees@mroffice.org</a>&gt; wrote:<br>
    <br>
&gt; OK tnx :-)<br>
    <div>
    <div><br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
    <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
    <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
    <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
    </div>
    </div>
  </blockquote>
  </div>
  <br>
  </div>
  <pre><fieldset></fieldset>
_______________________________________________
FreeSWITCH-users mailing list
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a>
  </pre>
</blockquote>
    <br>
</div></div></div>

<br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div>