loadaudio
command
Load, unload, and set options for audio.
Replaced by: hou.Mplay
See also: loadseq
Usages
-
loadaudio [-f frame] [-t time] [-v volume] [-s off|on] [-r rate] -
loadaudio audio_file -
loadaudio -u
This command is only available in MPlay.
Options
|
|
The frame to align the audio start time with (default frame 1). |
|
|
the audio start time to sync with the start frame (default 0sec). |
|
|
Audio volume (1=normal, 0=mute). |
|
|
Turns audio sustain on or off (default on). |
|
|
Turns Audio FPS synchronization on or off (default on). When on, changing the FPS on the playbar will cause the audio to slow down or speed up so that it stays synchronized with the images playing back at their natural FPS. When off, audio and images may no longer be synchronized if the FPS changes. |
|
|
The natural frames per second of the audio. This is set to the initial FPS mplay upon startup. |
|
|
The audio scrub rate to use (default 45). |
|
|
Unload the current audio clip. |
Examples
loadaudio talking.aiff
set the audio to 'talking.aiff'
loadaudio -uunload the audio (turn it off)
loadaudio -v 0.5set the volume to half
loadaudio -f 48 -t 2sync audio time of 2sec with frame 48
loadaudio -s offturn sustain off.