View the source code
| ARG | Description |
|---|---|
data_or_path | (string 또는 numpy array) 오디오 파일의 경로 또는 오디오 데이터의 numpy array입니다. |
sample_rate | (int) 샘플 속도. 오디오 데이터의 raw numpy array를 전달할 때 필요합니다. |
caption | (string) 오디오와 함께 표시할 캡션입니다. |
Audio(
data_or_path, sample_rate=None, caption=None
)
| ARG | Description |
|---|---|
data_or_path | (string 또는 numpy array) 오디오 파일의 경로 또는 오디오 데이터의 numpy array입니다. |
sample_rate | (int) 샘플 속도. 오디오 데이터의 raw numpy array를 전달할 때 필요합니다. |
caption | (string) 오디오와 함께 표시할 캡션입니다. |
durations@classmethod
durations(
audio_list
)
resolve_refresolve_ref()
sample_rates@classmethod
sample_rates(
audio_list
)