Sprout/sprout/compost/formats.hpp

14 lines
535 B
C++
Raw Normal View History

#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_cannel.hpp>
#include <sprout/compost/formats/effected_left_cannel.hpp>
#include <sprout/compost/formats/effected_right_cannel.hpp>
#endif // #ifndef SPROUT_COMPOST_FORMATS_HPP