Specific temporal operations supported.
| Enumerator |
|---|
| TIME_REVERSE | Reverse temporal order.
|
| TIME_STRETCH | Change playback speed.
|
| DELAY | Add temporal delay.
|
| FADE_IN_OUT | Apply fade envelope.
|
| SLICE | Extract temporal slice.
|
| INTERPOLATE | Temporal interpolation.
|
Definition at line 13 of file TemporalTransformer.hpp.
13 : uint8_t {
20};
@ SLICE
Extract temporal slice.
@ TIME_REVERSE
Reverse temporal order.
@ TIME_STRETCH
Change playback speed.
@ DELAY
Add temporal delay.
@ FADE_IN_OUT
Apply fade envelope.
@ INTERPOLATE
Temporal interpolation.