dlpy.audio.AudioTable.from_audio_sashdat

classmethod AudioTable.from_audio_sashdat(conn, path, casout=None)

Create an AudioTable from a sashdat file

Parameters
connCAS

CAS connection object

pathstring, optional

Path to the audio sashdat file. This path must user the server-side style and can be access by the server.

casoutdict, string, or CASTable, optional

The output CAS table specification. When not given, a CASTable with a random name will be generated.

Returns
AudioTable