Switchboard SDK
Loading...
Searching...
No Matches
switchboard::AudioGraph Member List

This is the complete list of members for switchboard::AudioGraph, including all inherited members.

addNode(AudioNode &audioNode, bool moveOwnership=false)switchboard::AudioGraph
AudioGraph(const uint maxNumberOfChannels=constants::STEREO, const uint maxNumberOfFrames=constants::MAX_NUMBER_OF_FRAMES)switchboard::AudioGraph
callAction(const std::string &actionName, const std::map< std::string, std::any > &params) override (defined in switchboard::AudioGraph)switchboard::AudioGraph
connect(const AudioSourceNode &srcNode, const AudioProcessorNode &dstNode)switchboard::AudioGraph
connect(const AudioSourceNode &srcNode, const AudioSinkNode &dstNode)switchboard::AudioGraph
connect(const AudioProcessorNode &srcNode, const AudioProcessorNode &dstNode)switchboard::AudioGraph
connect(const AudioProcessorNode &srcNode, const AudioSinkNode &dstNode)switchboard::AudioGraph
getInputNode() constswitchboard::AudioGraph
getNodeByName(const std::string &name) constswitchboard::AudioGraph
getNodeByName(const char *name) constswitchboard::AudioGraph
getNodes() constswitchboard::AudioGraph
getOutputNode() constswitchboard::AudioGraph
getValue(const std::string &key) override (defined in switchboard::AudioGraph)switchboard::AudioGraph
isRunning()switchboard::AudioGraph
maxNumberOfChannelsswitchboard::AudioGraph
maxNumberOfFramesswitchboard::AudioGraph
process(AudioBusList &inAudioBuses, AudioBusList &outAudioBuses) NONBLOCKINGswitchboard::AudioGraph
processBuffer(AudioBuffer< float > *inAudioBuffer, AudioBuffer< float > *outAudioBuffer)switchboard::AudioGraph
removeNode(AudioNode &audioNode)switchboard::AudioGraph
SB_WASM_EXPORT(AudioGraph) (defined in switchboard::AudioGraph)switchboard::AudioGraph
setValue(const std::string &key, const std::any &value) override (defined in switchboard::AudioGraph)switchboard::AudioGraph
start()switchboard::AudioGraph
stop()switchboard::AudioGraph
~AudioGraph()switchboard::AudioGraph