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

◆ supply_buffer_to()

bool MayaFlux::Buffers::BufferManager::supply_buffer_to ( const std::shared_ptr< AudioBuffer > &  buffer,
ProcessingToken  token,
uint32_t  channel,
double  mix = 1.0 
)

Definition at line 389 of file BufferManager.cpp.

394{
395 return m_supply_mixing->supply_audio_buffer_to(buffer, token, channel, mix);
396}
static MayaFlux::Nodes::ProcessingToken token
Definition Timers.cpp:8
std::unique_ptr< BufferSupplyMixing > m_supply_mixing
Buffer supply and mixing operations.
std::vector< double > mix(const std::vector< std::vector< double > > &streams)
Mix multiple data streams with equal weighting.
Definition Yantra.cpp:1019

References m_supply_mixing, MayaFlux::mix(), and token.

+ Here is the call graph for this function: