mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
16 lines
658 B
C++
16 lines
658 B
C++
#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
|