Skip to content

Commit

Permalink
Adding loader for MDB-stem-synth dataset (#639)
Browse files Browse the repository at this point in the history
* Add loader for MDB-stem-synth

* black formatting

* simplify download

* make index alphabetical

* adjust docstrings and decorators

* fix docs entry

* remove python>=3.10 only syntax

* fix docstring formatting

---------

Co-authored-by: Tanmay Khandelwal <[email protected]>
Co-authored-by: Guillem Cortès-Sebastià <[email protected]>
Co-authored-by: Genís Plaja-Roglans <[email protected]>
  • Loading branch information
4 people authored Nov 5, 2024
1 parent 9f797d2 commit 19600df
Show file tree
Hide file tree
Showing 10 changed files with 3,678 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/source/mirdata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,14 @@ maestro
:inherited-members:


mdb_stem_synth
^^^^^^^^^^^^^^

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


medley_solos_db
^^^^^^^^^^^^^^^

Expand Down
8 changes: 8 additions & 0 deletions docs/source/table.rst
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,14 @@
- .. image:: https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png
:target: https://creativecommons.org/licenses/by-nc-sa/4.0

* - MDB-stem-synth
- - audio: ✅
- annotations: ✅
- - :ref:`f0`
- 230
- .. image:: https://licensebuttons.net/l/by-nc/4.0/80x15.png
:target: https://creativecommons.org/licenses/by-nc/4.0

* - Medley-solos-DB
- - audio: ✅
- annotations: ✅
Expand Down
Loading

0 comments on commit 19600df

Please sign in to comment.