audio

loadAudio

Description

The loadAudio action loads audio files from a specified path and caslib into a CAS table. It is part of the Audio action set, which provides functionalities for processing audio data in SAS Viya.

audio.loadAudio / caslib="string", casOut={caslib="string", compress=TRUE|FALSE, indexVars={"variable-name-1" <, "variable-name-2", ...>}, label="string", lifetime=64-bit-integer, maxMemSize=64-bit-integer, memoryFormat="DVR"|"INHERIT"|"STANDARD", name="table-name", promote=TRUE|FALSE, replace=TRUE|FALSE, replication=integer, tableRedistUpPolicy="DEFER"|"NOREDIST"|"REBALANCE", threadBlockSize=64-bit-integer, timeStamp="string", where={"string-1" <, "string-2", ...>}}, path="string";
Settings
ParameterDescription
caslibSpecifies the caslib from which to read all input files.
casOutSpecifies the settings for the output table.
pathSpecifies the path to the text file that contains the listing of audio file paths to load.

Examples

FAQ

What is the purpose of the audio.loadAudio action?
Which parameters are required to use the loadAudio action?
How do I specify the location of the audio files to be loaded?
What is the function of the 'caslib' parameter?
What does the 'casOut' parameter control?