|
MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API void MayaFlux::route_buffer | ( | const std::shared_ptr< Buffers::AudioBuffer > & | buffer, |
| uint32_t | target_channel, | ||
| double | seconds_to_fade = 1.0, |
||
| const Buffers::ProcessingToken & | token = Buffers::ProcessingToken::AUDIO_BACKEND |
||
| ) |
Routes a buffer from its current channel to a target channel with fade.
| buffer | Buffer to route |
| target_channel | Destination channel |
| seconds_to_fade | Crossfade duration in seconds |
| token | Processing domain |
Definition at line 309 of file Graph.cpp.
References get_buffer_manager(), and seconds_to_blocks().
Here is the call graph for this function: