Description Usage Format Source Examples
This is a sampled signal (22050) of a WAV
file containing the first bars of the piece "Kuriose Geschichte" (Curious Story) from R. Schumann's op.15.
1 | data("SchumannKurioseGeschichte")
|
Numeric (decimal)
ISMPL - V. Horowitz (piano).
1 2 3 4 5 | data(SchumannKurioseGeschichte)
#Listen the data
s <- tuneR::Wave(left = SchumannKurioseGeschichte, samp.rate = 22050, bit = 16)
sn <- tuneR::normalize(s, unit = "16", center = TRUE, level = 1, rescale = TRUE, pcm = s@pcm)
play(sn)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.