<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body>Hi everyone,<BR>
&nbsp;<BR>
Thank you for your answers, I am looking for the oggenc source code. I am programming with c++ Builder in Windows, so I am trying to find the source code to modify it for my application. Do you know if there is some code&nbsp;in c++?. I only need a function to convert wav to ogg. If I do not find a function, I will&nbsp;try to do it.<BR>
&nbsp;<BR>
Thanks again.<BR>
&nbsp;<BR>
Bye,<BR>
&nbsp;<BR>
Wanhaven.&nbsp;<BR><BR><BR><BR><BR>

<HR id=stopSpelling>
<BR>
&gt; Date: Fri, 2 Feb 2007 08:05:33 -0800<BR>&gt; From: nouiz@nouiz.org<BR>&gt; To: msmith@xiph.org<BR>&gt; Subject: Re: [Vorbis-dev] .wav to .ogg<BR>&gt; CC: vorbis-dev@xiph.org<BR>&gt; <BR>&gt; Hi,<BR>&gt; <BR>&gt; You can add the oggenc application in your application of make a <BR>&gt; dependance on it. Then you can make an extern call to it with the <BR>&gt; function 'system(string)' that will execute the command line 'str'.<BR>&gt; <BR>&gt; As exemple on a linux platform, if oggenc is well installed(in the <BR>&gt; path), you could call the function:<BR>&gt; <BR>&gt; system('oggenc sound.wav')<BR>&gt; <BR>&gt; hope this help<BR>&gt; <BR>&gt; Frédéric Bastien<BR>&gt; <BR>&gt; Michael Smith wrote:<BR>&gt; &gt; On 2/2/07, Sebastian Olter &lt;qduaty@gmail.com&gt; wrote:<BR>&gt; &gt;&gt; 2007/2/2, Aday Tejera &lt;adayts6@hotmail.com&gt;:<BR>&gt; &gt;&gt; &gt; application that needs to convert a .wav audio file to a .ogg one.<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; What about encoder_example.c?<BR>&gt; &gt; <BR>&gt; &gt; The original poster was specifically asking about converting from a<BR>&gt; &gt; wav file to vorbis. The encoder example only converts from raw PCM at<BR>&gt; &gt; 44.1kHz, 16 bit little-endian, stereo (i.e. a raw, headerless,<BR>&gt; &gt; format).<BR>&gt; &gt; <BR>&gt; &gt; So yes, oggenc is an example, though it's designed to be useful, not<BR>&gt; &gt; just a minimal example, so it's not the simplest thing to show<BR>&gt; &gt; someone.<BR>&gt; &gt; <BR>&gt; &gt; Mike<BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; Vorbis-dev mailing list<BR>&gt; &gt; Vorbis-dev@xiph.org<BR>&gt; &gt; http://lists.xiph.org/mailman/listinfo/vorbis-dev<BR>&gt; _______________________________________________<BR>&gt; Vorbis-dev mailing list<BR>&gt; Vorbis-dev@xiph.org<BR>&gt; http://lists.xiph.org/mailman/listinfo/vorbis-dev<BR><BR><br /><hr />Busca desde cualquier página Web con una protección excepcional. Consigue la Barra de herramientas de Windows Live hoy mismo y GRATUITAMENTE. <a href='http://www.toolbar.live.com' target='_new'>Pruébalo</a></body>
</html>