Sprout/sprout/compost/formats.hpp
2015-01-10 19:13:57 +09:00

23 lines
1 KiB
C++

/*=============================================================================
Copyright (c) 2011-2015 Bolero MURAKAMI
https://github.com/bolero-MURAKAMI/Sprout
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
=============================================================================*/
#ifndef SPROUT_COMPOST_FORMATS_HPP
#define SPROUT_COMPOST_FORMATS_HPP
#include <sprout/config.hpp>
#include <sprout/compost/formats/as_pcm_wave.hpp>
#include <sprout/compost/formats/left_channel.hpp>
#include <sprout/compost/formats/right_channel.hpp>
#include <sprout/compost/formats/stereo.hpp>
#include <sprout/compost/formats/effected_each.hpp>
#include <sprout/compost/formats/effected_left.hpp>
#include <sprout/compost/formats/effected_right.hpp>
#include <sprout/compost/formats/as_complex.hpp>
#include <sprout/compost/formats/as_real.hpp>
#include <sprout/compost/formats/as_imag.hpp>
#endif // #ifndef SPROUT_COMPOST_FORMATS_HPP