SchumannKurioseGeschichte: Schumann, "Kuriose Geschichte"

Description Usage Format Source Examples

Description

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.

Usage

1
data("SchumannKurioseGeschichte")

Format

Numeric (decimal)

Source

ISMPL - V. Horowitz (piano).

Examples

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)

m-vidal/pv01 documentation built on Dec. 2, 2020, 1:24 a.m.