The Simple Play One Shot node is a simplified version of the Play One Shot node. This node only requires 5 inputs which are; Call, an AudioClip, the Volume, Speed of the Audioclip playback, and which slot to play the AudioClip.
Inputs
* (Call)
Call to produce an AudioClip from the given AudioClip within the custom node.
Clip (IAssetProvider<AudioClip>)
The node will produce a copy of the AudioClip given by the user.
Volume (Float)
The float value that determines how high the volume of the AudioClip produced from the custom node.
Speed (Float)
The float value that determines how fast the speed of the AudioClip plays through produced from the custom node.
Slot (Slot)
Slot that will be the point of origin of the AudioClips.
Outputs
OnStartedPlaying (Continuation)
Sends an impulse after * (Call) has been impulsed and the value has been written.
Audio (AudioOutput)
The audio output of the custom node.