Hi all, I have vorbis audio codec I want to create the separate projects for Encoder as well as decoder, Can anybody suggest me which all the files comes under which category (or) which functions will come under encoder or decoder. Thanks & Regards, Kiran
2009/4/20 Kiran Dhananjayan <kiran.dhananjayan at gmail.com>:> Hi all, > I have vorbis audio codec I want to create the separate projects for > Encoder as well as decoder, Can anybody suggest me which all the files > comes under which category (or) which functions will come under > encoder or decoder.For decoding you need to build libvorbis. For encoding you need to build both libvorbis and libvorbisfile. For more information about each of these, see the file README in the source distribution. To see which sources are part of each library, please read the existing project files in the source distribution. For more information about the project files for your platform, see the file README in the source distribution. Conrad.
On Mon, Apr 20, 2009 at 1:27 AM, Conrad Parker <conrad at metadecks.org> wrote:> For decoding you need to build libvorbis. For encoding you need to > build both libvorbis and libvorbisfile. For more information about > each of these, see the file README in the source distribution.Mr. Parker meant, 'for encoding you need both libvorbis and libvorbisenc,' of course. -r