diff --git a/src/datasets/features/audio.py b/src/datasets/features/audio.py index 1bac3f33ac1..10df37e03ea 100644 --- a/src/datasets/features/audio.py +++ b/src/datasets/features/audio.py @@ -16,6 +16,7 @@ class Audio: - path: String with relative path of the audio file to the archive file. - bytes: Bytes of the audio file. + This is useful for archived files with sequential access. Args: