sound: Sound object

soundR Documentation

Sound object

Description

An example of a sound object, the phrase 'This is a spectrogram', produced by the author of this package. This sound object may be inspected with spectrogram() and plotted with plot(). Sections of the individual samples representing the waveform (found in the "sound" element of a sound object) can be passed to spectralslice() to see a spectral slice. Several functions included in this package may also be used to modify or manipulate 'sound' objects.

Usage

data (sound)

Format

This sound object has the same properties as all sound objects. These may be inspected by using the print() function.

Examples


## uncomment and run

#data (sound)
#par (mar = c(4,4,1,1))
#multiplot (n = 3, sizes = c(.25, .5, .25))  

#plot (sound)
#spectrogram (sound, dynamicrange = 50, maxfreq = 7000)

phonTools documentation built on Nov. 21, 2023, 1:07 a.m.

Related to sound in phonTools...