musix 0.3.3

Music player library for esoteric audio formats (music from C64,Amiga etc)
Documentation

/*!
 * \mainpage Contents
 *
 * libopenmpt is a cross-platform C++ and C library to decode <a href="https://en.wikipedia.org/wiki/Module_file">tracked music files (modules)</a> into a raw PCM audio stream.
 *
 * libopenmpt is based on the player code of the Open ModPlug Tracker project (OpenMPT, <a href="https://openmpt.org/">https://openmpt.org/</a>)
 *
 * \section toc Contents
 * - \ref quickstart "Quick Start"
 * - \ref md_README "README"
 * - \ref dependencies "Dependencies"
 * - \ref packaging "Packaging"
 * - \ref tests "Tests"
 * - \ref changelog "Changelog"
 * - \ref todo "TODO"
 * \subsection toc_apis APIs
 * - libopenmpt
 *   - \ref libopenmpt "Common Details"
 * - libopenmpt C++
 *   - \ref libopenmpt_cpp_overview "Overview"
 *   - \ref libopenmpt_cpp "Details"
 * - libopenmpt C
 *   - \ref libopenmpt_c_overview "Overview"
 *   - \ref libopenmpt_c "Details"
 * - libopenmpt_ext C++
 *   - \ref libopenmpt_ext_cpp_overview "Overview"
 *   - \ref libopenmpt_ext_cpp "Details"
 * - libopenmpt_ext C
 *   - \ref libopenmpt_ext_c_overview "Overview"
 *   - \ref libopenmpt_ext_c "Details"
 *
 * \section toc_website Website
 * https://lib.openmpt.org/
 *
 * \section toc_license License
 * \include LICENSE
 *
 */