Audio
less than a minute
Wandb class for audio clips.
Audio(
    data_or_path, sample_rate=None, caption=None
)
| Args | |
|---|---|
| data_or_path | (string or numpy array) A path to an audio file or a numpy array of audio data. | 
| sample_rate | (int) Sample rate, required when passing in raw numpy array of audio data. | 
| caption | (string) Caption to display with audio. | 
Methods
durations
@classmethod
durations(
    audio_list
)
resolve_ref
resolve_ref()
sample_rates
@classmethod
sample_rates(
    audio_list
)
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.