vessl.Audio class to log audio data. This takes the audio data and saves it as a local WAV file in the vessl-media/audio directory with randomly generated names.
| Parameter | Description | 
|---|---|
| data_or_path | Supported types -   -  | 
| sample_rate | The sample rate of the audio file. Required if the numpy.ndarrayof audio data is provided asdata_or_path | 
| caption | Label of the given audio | 

