Hi everyone, I am new programming with sound codecs. I am programming in Borland C++ Builder 6 and I would like to convert .wav files to .ogg ones with flac. I have downloaded the FLAC C++ API, and I need some help, is there any function that converts .wav into .ogg??? Please I will be very pleased if you can help me, or showing me an example or something that I can use. Thank you for your time. Wanhaven _________________________________________________________________ Busca desde cualquier p?gina Web con una protecci?n excepcional. Consigue la Barra de herramientas de Windows Live hoy mismo y GRATUITAMENTE. http://www.toolbar.live.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac/attachments/20070212/4dc966e6/attachment.html
--- Aday Tejera <adayts6@hotmail.com> wrote:> Hi everyone, I am new programming with sound codecs. I am programming > in Borland C++ Builder 6 and I would like to convert .wav files to > .ogg ones with flac. I have downloaded the FLAC C++ API, and I need > some help, is there any function that converts .wav into .ogg??? > Please I will be very pleased if you can help me, or showing me an > example or something that I can use.a good start is here: http://flac.sourceforge.net/api/group__flacpp__encoder.html ____________________________________________________________________________________ Never miss an email again! Yahoo! Toolbar alerts you the instant new Mail arrives. http://tools.search.yahoo.com/toolbar/features/mail/
Not a solution, but are you sure you want Ogg files? Ogg container does do FLAC streams, but it's not as well supported as the native FLAC file format, in my experience. On Mon, 2007-02-12 at 10:01 +0000, Aday Tejera wrote:> Hi everyone, I am new programming with sound codecs. I am programming > in Borland C++ Builder 6 and I would like to convert .wav files > to .ogg ones with flac. I have downloaded the FLAC C++ API, and I need > some help, is there any function that converts .wav into .ogg??? > Please I will be very pleased if you can help me, or showing me an > example or something that I can use. > > Thank you for your time. > Wanhaven > > > ______________________________________________________________________ > 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 > _______________________________________________ > Flac mailing list > Flac@xiph.org > http://lists.xiph.org/mailman/listinfo/flac-- Alex Jones http://alex.weej.com/
On Monday 12 February 10:01 am, Aday Tejera wrote:> Hi everyone, I am new programming with sound codecs. I am programming in > Borland C++ Builder 6 and I would like to convert .wav files to .ogg ones > with flac. I have downloaded the FLAC C++ API, and I need some help, is > there any function that converts .wav into .ogg??? Please I will be very > pleased if you can help me, or showing me an example or something that I > can use. > > Thank you for your time. > Wanhaven > _________________________________________________________________ > Busca desde cualquier p?gina Web con una protecci?n excepcional. Consigue > la Barra de herramientas de Windows Live hoy mismo y GRATUITAMENTE. > http://www.toolbar.live.comWhen you say ogg, do you mean ogg vorbis? flac does make flac files in ogg containers, but I think what you might be wanting is oggenc, for making typical 'ogg' (vorbis encoded) files. Nicholas.