3 #include "hrtf/multiband.h" 5 #include "utilities/map_to_vector.h" 11 template <
typename It>
12 auto mixdown(It b, It e) {
13 return util::map_to_vector(b, e, [](
const auto& i) {
return sum(i); });
16 template <
typename It,
typename Callback>
17 auto multiband_filter_and_mixdown(It b,
20 Callback&& callback) {
21 hrtf_data::multiband_filter(
22 b, e, sample_rate, std::forward<Callback>(callback));
Definition: capsule_base.h:9