notes_freq {voice} | R Documentation |
Returns a tibble of frequencies on Scientific Pitch Notation (SPN) for equal-tempered scale, A4 = 440 Hz.
notes_freq()
The symbol '#' is being used to represent a sharp note, the higher in pitch by one semitone. The SPN is also known as American Standard Pitch Notation (ASPN) or International Pitch Notation (IPN).
A tibble with frequencies for equal-tempered scale, A4 = 440 Hz.
https://pages.mtu.edu/~suits/notefreqs.html
notes
library(voice)
notes_freq()