Construct a slice spanning a frame sub-region.
211 {
212
215 "SamplingPipeline::slice_from_range called with null stream");
216 return {};
217 }
219 }
#define MF_ERROR(comp, ctx,...)
std::shared_ptr< Kakshya::DynamicSoundStream > m_stream
@ Configuration
Configuration and parameter updates.
@ Kriya
Automatable tasks and fluent scheduling api for Nodes and Buffers.
static StreamSlice from_frame_range(std::shared_ptr< DynamicSoundStream > stream, uint64_t start_frame, uint64_t end_frame, uint8_t index=0)
Construct a slice spanning a frame sub-region across all channels.