Go to: Attributes.

This node contains information about a sound used in the system. Audio nodes are used for interactive sound scrubbing, playback with sound, etc., and can be created through the "sound" command. An audio node contains a path to a sound file in AIFF or AIFF-C format, and a start time for the sound.

Node nameParentsMFn typeCompatible function sets
audionodekAudiokBase
kNamedObject
kDependencyNode
kAudio

Attributes (13)

channels, duration, endFrame, filename, frameCount, mute, offset, order, sampleRate, silence, sourceEnd, sourceStart, trackState

Long name (short name)TypeDefaultFlags
offset (o) time0filmoutputinputconnectablestorable
The time the sound file begins
endFrame (ef) time0filmoutputinputconnectablestorable
The end time of the audio clip
silence (si) time0filmoutputinputconnectablestorable
Amount of silence before playing the sound (this is useful when trying to manage the audio clip)
sourceStart (ss) time0filmoutputinputconnectablestorable
The frame from the original source file at which this sound actually begins playing (used for trimming the beginning of sound playback)
sourceEnd (se) time0filmoutputinputconnectablestorable
The frame from the original source file at which this sound actually stops playing (used for trimming the end of sound playback)
filename (f) stringNULLoutputinputconnectablestorable
The path name to the actual sound file.
order (r) integer1outputinputconnectablestorablehidden
Playback order
trackState (ts) short0outputinputconnectablestorable
Flag bits for the track state. Current mask values are: 1: when set means that all the audio clips on the track are locked 2: when set means that all the audio clips on the track are soloed 4: when set means that all the audio clips on the track are muted 8: when set means that another track is soloed, so this track acts as if it is muted 16: when set means that the audio clip is muted, used by tools that work on a shot/shot basis, not via tracks
frameCount (fc) integer0outputconnectable
The number of sound frames in the sound file. A sound frame is a discrete sound sample
channels (c) integer0outputconnectable
The number of channels in the sound file
sampleRate (sr) integer0outputconnectable
The sample rate of the sound file
duration (du) time0filmoutputconnectable
The length of the sound file in frames
mute (mu) bool0outputinputconnectablestorable
Whether the sound is muted. Note: animating this attribute is not supported