<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body>Hi everyone,<BR>
<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 in c++?. I only need a function to convert wav to ogg. If I do not find a function, I will try to do it.<BR>
<BR>
Thanks again.<BR>
<BR>
Bye,<BR>
<BR>
Wanhaven. <BR><BR><BR><BR><BR>
<HR id=stopSpelling>
<BR>
> Date: Fri, 2 Feb 2007 08:05:33 -0800<BR>> From: nouiz@nouiz.org<BR>> To: msmith@xiph.org<BR>> Subject: Re: [Vorbis-dev] .wav to .ogg<BR>> CC: vorbis-dev@xiph.org<BR>> <BR>> Hi,<BR>> <BR>> You can add the oggenc application in your application of make a <BR>> dependance on it. Then you can make an extern call to it with the <BR>> function 'system(string)' that will execute the command line 'str'.<BR>> <BR>> As exemple on a linux platform, if oggenc is well installed(in the <BR>> path), you could call the function:<BR>> <BR>> system('oggenc sound.wav')<BR>> <BR>> hope this help<BR>> <BR>> Frédéric Bastien<BR>> <BR>> Michael Smith wrote:<BR>> > On 2/2/07, Sebastian Olter <qduaty@gmail.com> wrote:<BR>> >> 2007/2/2, Aday Tejera <adayts6@hotmail.com>:<BR>> >> > application that needs to convert a .wav audio file to a .ogg one.<BR>> >><BR>> >> What about encoder_example.c?<BR>> > <BR>> > The original poster was specifically asking about converting from a<BR>> > wav file to vorbis. The encoder example only converts from raw PCM at<BR>> > 44.1kHz, 16 bit little-endian, stereo (i.e. a raw, headerless,<BR>> > format).<BR>> > <BR>> > So yes, oggenc is an example, though it's designed to be useful, not<BR>> > just a minimal example, so it's not the simplest thing to show<BR>> > someone.<BR>> > <BR>> > Mike<BR>> > _______________________________________________<BR>> > Vorbis-dev mailing list<BR>> > Vorbis-dev@xiph.org<BR>> > http://lists.xiph.org/mailman/listinfo/vorbis-dev<BR>> _______________________________________________<BR>> Vorbis-dev mailing list<BR>> Vorbis-dev@xiph.org<BR>> 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>