dlpy.audio.AudioTable.from_audio_sashdat

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

Create an AudioTable from a sashdat file

Parameters:
conn : CAS

CAS connection object

path : string, optional

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

casout : dict, string, or CASTable, optional

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

Returns:
AudioTable