add compost stereo, left_channel, right_channel, effected_xxx

This commit is contained in:
bolero-MURAKAMI 2012-11-25 01:05:11 +09:00
parent 7da0aa0343
commit c33ae70d13
14 changed files with 763 additions and 4 deletions

View file

@ -5,5 +5,9 @@
#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