[Vorbis-dev] .wav to .ogg

Silvia Pfeiffer silviapfeiffer1 at gmail.com
Tue Feb 6 11:03:57 PST 2007


Why don't you use the Windows DirectShow filters? See
http://www.illiminable.com/ogg/

Cheers,
Silvia.

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


More information about the Vorbis-dev mailing list