Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -29,5 +29,5 @@ for example, use `load_dataset("audioshake/jam-alt", "es")` to load only the Spa
|
|
29 |
|
30 |
Other arguments can be specified to control audio loading:
|
31 |
- `with_audio=False` to skip loading audio.
|
32 |
-
- `sampling_rate` and `mono` to control the sampling rate and number of channels.
|
33 |
- `decode_audio=False` to skip decoding the audio and just get paths to the MP3 files.
|
|
|
29 |
|
30 |
Other arguments can be specified to control audio loading:
|
31 |
- `with_audio=False` to skip loading audio.
|
32 |
+
- `sampling_rate` and `mono=True` to control the sampling rate and number of channels.
|
33 |
- `decode_audio=False` to skip decoding the audio and just get paths to the MP3 files.
|