|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| DataType MayaFlux::Yantra::transform_delay | ( | DataType & | input, |
| uint32_t | delay_samples, | ||
| double | fill_value, | ||
| std::vector< std::vector< double > > & | working_buffer | ||
| ) |
Delay transformation that extends buffer size (OUT-OF-PLACE) - CORRECTED.
| DataType | OperationReadyData type |
| input | Input data - will NOT be modified |
| delay_samples | Number of samples to delay (extends output size) |
| fill_value | Value to use for padding |
| working_buffer | Buffer for operations (will be resized if needed) |
Definition at line 184 of file TemporalHelper.hpp.
References MayaFlux::Yantra::OperationHelper::setup_operation_buffer().
Here is the call graph for this function: