View source: R/synthesise_onsets.R
synthesise_onsets | R Documentation |
Take the specified instruments and create wave file with sounds where the onsets are
synthesise_onsets(
data = NULL,
instruments = NULL,
sr = 22050,
dur = 0.03,
type = "noise",
freq = 2500
)
data |
data frame to be processed (required) |
instruments |
Instruments names to be included (required) |
sr |
sampling rate (default 22050) |
dur |
duration of sounds (default 30 ms) |
type |
type of sounds (default noise, try click or synth from seewave) |
freq |
freq of sounds (if synth is given as input) |
wave file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.