MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ process_default()

void MayaFlux::Kakshya::AudioOutputContainer::process_default ( )
overridevirtual

Drive one cycle: pull snapshot, update m_processed_data, append to m_data.

Overrides SoundStreamContainer::process_default to skip the is_ready_for_processing guard — the container is always ready once the backend has produced at least one cycle.

Implements MayaFlux::Kakshya::SignalSourceContainer.

Definition at line 21 of file AudioOutputContainer.cpp.

22{
24 m_default_processor->process(shared_from_this());
25}
std::shared_ptr< DataProcessor > m_default_processor

References MayaFlux::Kakshya::SoundStreamContainer::m_default_processor.