2012-11-08 16:09:49 +00:00
|
|
|
#ifndef SPROUT_COMPOST_FORMATS_HPP
|
|
|
|
#define SPROUT_COMPOST_FORMATS_HPP
|
|
|
|
|
|
|
|
#include <sprout/config.hpp>
|
|
|
|
#include <sprout/compost/formats/as_pcm_wave.hpp>
|
2012-11-24 14:28:07 +00:00
|
|
|
#include <sprout/compost/formats/left_channel.hpp>
|
|
|
|
#include <sprout/compost/formats/right_channel.hpp>
|
2012-11-24 16:05:11 +00:00
|
|
|
#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>
|
2012-11-08 16:09:49 +00:00
|
|
|
|
|
|
|
#endif // #ifndef SPROUT_COMPOST_FORMATS_HPP
|