Index of /cpp/wraiffpp
WRAIFFPP, a tiny audiofile writing utility in C++.
Version 0.26, december 30, 2019.
Latest version at: https://ecomaan.nl/cpp/wraiffpp
Copyright (c) 2004, 2005, 2006, 2007, 2015, 2019 - 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.
wraiffpp-0.26.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 at: https://ecomaan.nl/c/wraiff
To read AIFF files, take a look at: https://ecomaan.nl/cpp/rdaiffpp
Thanks to Eduard Aylon, Maarten de Boer, Merlijn Blaauw, Peter Maas,
Fokke de Jong, Niels Gorisse, Niels Bogaards and Hans Timmermans.