Skip to content

Commit

Permalink
Adding loader for jamendo moodtheme (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
PRamoneda committed Sep 7, 2021
1 parent 6e087cf commit 1c0eeda
Show file tree
Hide file tree
Showing 24 changed files with 111,369 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs/source/mirdata.rst
Expand Up @@ -162,6 +162,14 @@ irmas
:inherited-members:


mtg_jamendo_autotagging_moodtheme
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. automodule:: mirdata.datasets.mtg_jamendo_autotagging_moodtheme
:members:
:inherited-members:


maestro
^^^^^^^

Expand Down
10 changes: 9 additions & 1 deletion docs/source/table.rst
Expand Up @@ -191,7 +191,15 @@
- :ref:`genre`
- 9579
- .. image:: https://licensebuttons.net/l/by-nc-sa/3.0/80x15.png
:target: https://creativecommons.org/licenses/by-sa/3.0
:target: https://creativecommons.org/licenses/by-nc-sa/3.0

* - MTG_jamendo_autotagging_moodtheme
- - audio: ✅
- annotations: ✅
- - moodtheme annotations
- 18448
- .. image:: https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png
:target: https://creativecommons.org/licenses/by-nc-sa/4.0

* - MAESTRO
- - audio: ✅
Expand Down
2 changes: 1 addition & 1 deletion mirdata/datasets/good_sounds.py
Expand Up @@ -266,7 +266,7 @@ def to_jams(self):

@io.coerce_to_bytes_io
def load_audio(fhandle: BinaryIO) -> Tuple[np.ndarray, float]:
"""Load a Beatles audio file.
"""Load a GOOD-SOUNDS audio file.
Args:
fhandle (str or file-like): path or file-like object pointing to an audio file
Expand Down

0 comments on commit 1c0eeda

Please sign in to comment.