Index of /~pieter/EDU/cpp/wraiffpp

Icon  Name                    Last modified      Size  Description
[DIR] Parent Directory - [   ] write_aiff_files.cpp 03-Sep-2007 21:25 6.6K [   ] wraiff.hpp 03-Sep-2007 21:25 6.2K [   ] wraiff.cpp 03-Sep-2007 21:25 20K [SND] white_stereo.aiff 26-Apr-2005 04:04 101K [SND] white_mono.aiff 26-Apr-2005 04:04 94K [TXT] README.html 03-Sep-2007 21:25 2.7K [   ] Makefile 03-Sep-2007 21:25 616 [SND] 4-channel.aiff 26-Apr-2005 04:04 388K [SND] 2-channel.aiff 26-Apr-2005 04:04 194K [SND] 1-channel.aiff 26-Apr-2005 04:04 97K
    WRAIFFPP, a tiny audiofile writing utility in C++.
    Version 0.24, September 3, 2007.
    Latest version available at http://kmt.hku.nl/~pieter/EDU/cpp/wraiffpp/.

    Copyright (c) 2004 2005 2006 2007 - Pieter Suurmond

    Permission is hereby granted, free of charge, to any person obtaining
    a copy of this software and associated documentation files
    (the "Software"), to deal in the Software without restriction,
    including without limitation the rights to use, copy, modify, merge,
    publish, distribute, sublicense, and/or sell copies of the Software,
    and to permit persons to whom the Software is furnished to do so,
    subject to the following conditions:

    The above copyright notice and this permission notice shall be
    included in all copies or substantial portions of the Software.

    Any person wishing to distribute modifications to the Software is
    requested to send the modifications to the original developer so that
    they can be incorporated into the canonical version.

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
    IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
    ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
    CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
    WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


Users with a graphical user interface on their compilers (IDEs) can simply drop
the two .cpp files (write_aiff_files.cpp and wraiff.cpp) in a standard ISO/ANSI-
C++ project. It should compile and run without errors/warnings on any computer.

    wraiffpp-0.24.tar.gz      This complete directory (but without audiofiles)
                              tarred and gzipped for easier download.

    write_aiff_files.cpp      Example program using the WRAIFF C++ class.
    wraiff.hpp                Headerfile specifying the WRAIFF C++ API.
    wraiff.cpp                Implementation (no need to look inside).

    Makefile                  To compile on the commandline.

    1-channel.aiff            The resulting audiofiles.
    2-channel.aiff
    4-channel.aiff
    white_mono.aiff
    white_stereo.aiff

An equivalent C utility is available on http://kmt.hku.nl/~pieter/EDU/c/wraiff/.
To read AIFF files, take a look on http://kmt.hku.nl/~pieter/EDU/cpp/rdaiffpp/.

Thanks to Eduard Aylon, Maarten de Boer, Merlijn Blaauw, Peter Maas,
Fokke de Jong, Niels Gorisse, Niels Bogaards and Hans Timmermans.