add_pitch_legend: Add a text-to-speech legend for the pitch scale....

Description Usage Arguments

View source: R/soundcharts.R

Description

Add a text-to-speech legend for the pitch scale. text-to-speech rendering of the values ("five six seven eight") is followed by arpeggiation of the corresponding pitches ("boo doe daa deep").

Usage

1
2
3
4
5
6
7
add_pitch_legend(
  x,
  break_values = pretty(x, 3),
  stagger.duration = 0.25,
  beep.duration = 0.75,
  ...
)

Arguments

x

@break_values Pitch values for the whole plot and the legend respectively.

filename

Where to store the output


ekernf01/soundcharts documentation built on Dec. 20, 2021, 4:13 a.m.