Audio
Wandb class for audio clips.
Audio(
data_or_path, sample_rate=None, caption=None
)
Arguments | |
---|---|
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
)