Audio Processing Framework (APF) version 0.5.0
|
Crossfade using a raised cosine. More...
#include <apf/combine_channels.h>
Public Types | |
using | iterator = typename std::vector< T >::const_iterator |
using | reverse_iterator = typename std::vector< T >::const_reverse_iterator |
Public Member Functions | |
raised_cosine_fade (size_t block_size) | |
iterator | fade_out_begin () const |
reverse_iterator | fade_in_begin () const |
size_t | size () const |
Crossfade using a raised cosine.
Definition at line 474 of file combine_channels.h.
using apf::raised_cosine_fade< T >::iterator = typename std::vector<T>::const_iterator |
Definition at line 481 of file combine_channels.h.
using apf::raised_cosine_fade< T >::reverse_iterator = typename std::vector<T>::const_reverse_iterator |
Definition at line 482 of file combine_channels.h.
|
inline |
Definition at line 484 of file combine_channels.h.
|
inline |
Definition at line 493 of file combine_channels.h.
|
inline |
Definition at line 494 of file combine_channels.h.
|
inline |
Definition at line 495 of file combine_channels.h.