-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.Rmd
38 lines (31 loc) · 1.27 KB
/
about.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
title: "R-Music"
description: |
Music data extraction & analysis in R
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
```
Music information retrieval is a recent study
field, with a wide range of topics yet to be
explored. It combines computational tools with
theory to amplify the utility and applications of
music and audio data. These data have many forms
of representation, each one carrying different
levels of information. Music, for example, can be
represented by music sheet, chords, lyrics,
MIDI and audio files, and so on.
This blog has as its main goals to show how to extract
and explore these different type of data in R. Some of
the packages used here are:
- [`vagalumeR`](https://github.com/r-music/vagalumeR)
- [`chorrrds`](https://github.com/r-music/chorrrds)
- [`music21`](https://github.com/r-music/music21)
- [`tabr`](https://github.com/leonawicz/tabr)
- [`Rspotify`](https://github.com/tiagomendesdantas/Rspotify)
- [`seewave`](https://github.com/cran/seewave)
There are two main maintainers: [Bruna Wundervald](https://brunaw.com)
and [Julio Trecenti](https://github.com/jtrecenti).
Any kind of contribution is highly incentivized,
so you can let us know if you would like to be a part of
this project or have any suggestions.