メインコンテンツまでスキップ

Audio

Wandb クラスのオーディオクリップ。

Audio(
data_or_path, sample_rate=None, caption=None
)
引数
data_or_path(string または numpy array) オーディオファイルへのパス、またはオーディオデータの numpy 配列。
sample_rate(int) サンプルレート。生の numpy 配列のオーディオデータを渡す場合に必要。
caption(string) オーディオに表示するキャプション。

メソッド

durations

View source

@classmethod
durations(
audio_list
)

resolve_ref

View source

resolve_ref()

sample_rates

View source

@classmethod
sample_rates(
audio_list
)
Was this page helpful?👍👎