Changeset 3 for trunk/include/mainpage.h


Ignore:
Timestamp:
08/12/06 16:21:35 (18 years ago)
Author:
zorg
Message:

Update to 1.2 (work in progress)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/mainpage.h

    r1 r3  
    11/**
    2    \mainpage libmusepack documentation
     2   \mainpage libmpcdec documentation
    33
    4    \section whats what is libmusepack
    5    libmusepack is a library that decodes musepack compressed audio data.  Musepack
     4   \section whats what is libmpcdec
     5   libmpcdec is a library that decodes musepack compressed audio data.  Musepack
    66   is a free, high performance, high quality lossy audio compression codec.  For
    77   more information on musepack visit http://www.musepack.net.
    88
    9    \section using using libmusepack
     9   \section using using libmpcdec
    1010
    11    Using libmusepack is very straightforward.  There are typically four things you must
    12    do to use libmusepack in your application.
     11   Using libmpcdec is very straightforward.  There are typically four things you must
     12   do to use libmpcdec in your application.
    1313
    1414   \subsection step1 step 1: implement an mpc_reader to provide raw data to the decoder library
     
    3535
    3636   For a simple example of all of these steps see the sample application distributed with
    37    libmusepack in src/sample.cpp.
     37   libmpcdec in src/sample.cpp.
    3838*/
Note: See TracChangeset for help on using the changeset viewer.