mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
add compost stereo, left_channel, right_channel, effected_xxx
This commit is contained in:
parent
7da0aa0343
commit
c33ae70d13
14 changed files with 763 additions and 4 deletions
22
sprout/compost/formats/stereo.hpp
Normal file
22
sprout/compost/formats/stereo.hpp
Normal file
|
@ -0,0 +1,22 @@
|
|||
#ifndef SPROUT_COMPOST_FORMATS_STEREO_HPP
|
||||
#define SPROUT_COMPOST_FORMATS_STEREO_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/range/adaptor/alternated.hpp>
|
||||
|
||||
namespace sprout {
|
||||
namespace compost {
|
||||
namespace formats {
|
||||
//
|
||||
// stereo
|
||||
//
|
||||
namespace {
|
||||
SPROUT_STATIC_CONSTEXPR sprout::adaptors::alternated_forwarder stereo{};
|
||||
} // anonymous-namespace
|
||||
} // namespace formats
|
||||
|
||||
using sprout::compost::formats::stereo;
|
||||
} // namespace compost
|
||||
} // namespace sprout
|
||||
|
||||
#endif // #ifndef SPROUT_COMPOST_FORMATS_STEREO_HPP
|
Loading…
Add table
Add a link
Reference in a new issue