Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding loader for BAF dataset #583

Merged
merged 5 commits into from
Mar 15, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/source/mirdata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ acousticbrainz_genre
:inherited-members:


baf
^^^

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


beatles
^^^^^^^

Expand Down
10 changes: 9 additions & 1 deletion docs/source/quick_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,18 @@ Lyrics corresponding to the singing voice of the audio. These may be raw text wi
or they may be time-aligned events. They may have varying levels of granularity (paragraph, line, word,
phoneme, character) depending on the dataset.

.. _matches:

Matches
^^^^^^^
Music identifications in a query audio. This term is used in Audio Fingerprinting to refer to
identifications of music from a reference database. Matches include information about which reference
audio has been identified and the start and end times of the query match.

.. _meter:

Meter
^^^^^^
^^^^^
Rhythmic meter for each measure. A classical example of meter in Western music would be 4/4. Details how
many subdivisions and the length of this subdivisions that we do have per each measure.

Expand Down
8 changes: 8 additions & 0 deletions docs/source/table.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@
:target: https://creativecommons.org/licenses/by-sa/4.0
- :acousticbrainz:`\ `

* - BAF
- - audio: 🔑
- annotations: 🔑
- - :ref:`matches`
- 3425
- - .. image:: https://img.shields.io/badge/license-custom-orange
:target: https://zenodo.org/record/6868083

* - Beatles
- - audio: ❌
- annotations: ✅
Expand Down
Loading