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(uint maxNumberOfChannels=constants::STEREO, uint maxNumberOfFrames=constants::MAX_NUMBER_OF_FRAMES, uint sampleRate=constants::SAMPLE_RATE_UNDEFINED, uint bufferSize=512)switchboard::AudioGraph
AudioGraph(const std::map< std::string, std::any > &config) (defined in switchboard::AudioGraph)switchboard::AudioGraph
callAction(const std::string &actionName, const std::map< std::string, std::any > &params) override (defined in switchboard::AudioGraph)switchboard::AudioGraph
connect(const AudioNode &srcNode, std::optional< uint > srcBusIndexOptional, const AudioNode &dstNode, std::optional< uint > dstBusIndexOptional)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
disconnect(const AudioNode &srcNode, uint srcBusIndex, const AudioNode &dstNode, uint dstBusIndex)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
isInputNodeConnected()switchboard::AudioGraph
isOutputNodeConnected()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
setProcessingConfig(uint sampleRate, uint bufferSize)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