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

◆ Engine() [1/3]

MayaFlux::Core::Engine::Engine ( )

Constructs a new Engine instance.

Parameters
typeThe type of audio backend to use (default: RtAudio)

Creates a new Engine instance with the specified audio backend. The backend type determines the underlying audio API used for device management and stream processing.

Definition at line 18 of file Engine.cpp.

19 : m_rng(new Nodes::Generator::Stochastics::Random())
20{
21}
std::unique_ptr< Nodes::Generator::Stochastics::Random > m_rng
Stochastic signal generator.
Definition Engine.hpp:319