/** * @author Edouard DUPIN * * @copyright 2011, Edouard DUPIN, all right reserved * * @license APACHE v2.0 (see license file) */ #pragma once #include namespace audio { namespace ess { namespace ogg { std::vector loadAudioFile(const std::string& _filename, int8_t _nbChan); } } }