Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -26,7 +26,8 @@ load_dataset("audioshake/jam-alt")
|
|
26 |
|
27 |
A subset is defined for each language (`en`, `fr`, `de`, `es`);
|
28 |
for example, use `load_dataset("audioshake/jam-alt", "es")` to load only the Spanish songs.
|
|
|
29 |
Other arguments can be specified to control audio loading:
|
30 |
- `with_audio=False` to skip loading audio.
|
31 |
- `sampling_rate` and `mono` to control the sampling rate and number of channels.
|
32 |
-
- `decode_audio=False` to skip decoding the audio and just
|
|
|
26 |
|
27 |
A subset is defined for each language (`en`, `fr`, `de`, `es`);
|
28 |
for example, use `load_dataset("audioshake/jam-alt", "es")` to load only the Spanish songs.
|
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.
|