|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| DataType MayaFlux::Yantra::transform_delay | ( | DataType & | input, |
| uint32_t | delay_samples, | ||
| double | fill_value = 0.0 |
||
| ) |
Delay transformation that extends buffer size (IN-PLACE)
| DataType | OperationReadyData type |
| input | Input data - WILL BE MODIFIED/EXTENDED |
| delay_samples | Number of samples to delay (extends output size) |
| fill_value | Value to use for padding |
Definition at line 160 of file TemporalHelper.hpp.
References MayaFlux::Yantra::OperationHelper::extract_structured_double().
Referenced by MayaFlux::Yantra::TemporalTransformer< InputType, OutputType >::transform_implementation().
Here is the call graph for this function:
Here is the caller graph for this function: