|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| DataType MayaFlux::Yantra::transform_time_stretch | ( | DataType & | input, |
| double | stretch_factor, | ||
| std::vector< std::vector< double > > & | working_buffer | ||
| ) |
Simple time stretching via resampling using C++20 ranges (OUT-OF-PLACE)
| DataType | OperationReadyData type |
| input | Input data - will NOT be modified |
| stretch_factor | Stretch ratio (>1.0 = slower, <1.0 = faster) |
| working_buffer | Buffer for operations (will be resized if needed) |
Definition at line 134 of file TemporalHelper.hpp.
References interpolate(), and MayaFlux::Yantra::OperationHelper::setup_operation_buffer().
Here is the call graph for this function: