/* * \brief MP3 audio decoder * \author Emery Hemingway * \date 2018-03-24 */ /* * Copyright (C) 2018 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed * under the terms of the GNU Affero General Public License version 3. */ /* * TODO: * - Metadata report * - Optimize buffer sizes */ /* Genode includes */ #include #include #include #include