Learn R Programming

⚠️There's a newer version (1.4.6) of this package.Take me there.

sound (version 1.4.4)

A Sound Interface for R

Description

Basic functions for dealing with wav files and sound samples.

Copy Link

Version

Install

install.packages('sound')

Monthly Downloads

215

Version

1.4.4

License

GPL (>= 2)

Maintainer

Stefan Langenberg

Last Published

May 12th, 2016

Functions in sound (1.4.4)

mirror

Mirror a Stereo Sample
fitSampleParameters

Adjust Parameters of Two Sample Objects.
noSilence

Cut Off Silence from a Sample Object
reverse

Play a Sample Object Backwards
bits

Bits per Sample
channels

Number of Channels of a Sample Object
stereo

Create a Stereo Sample Object from Two Mono Samples
Sample

Sample Objects
sound

The Waveform Matrix of a Sample Object
sampleLength

Length of a Sample Object
Sine

Create Sample Objects for the Basic waveforms
panorama

Narrow the Panorama of a Stereo Sample
center

Center a Sample Object.
cutSample

Cut Sample Objects
duration

Duration of a Sample Object
left

Extract one Channel from a Stereo Sample
normalize

Rescale the Range of a Sample to [-1,1]
saveSample

Save a Sample Object as a WAV File
nullSample

The NULL Sample Object
loadSample

Load a WAV File from Disk
pitch

Pitch a Sample Object
appendSample

Append Sample Objects
rate

The Sampling Rate
Ops.Sample

Basic Operations for Sample Objects
WavPlayer

Set or Get the System Command for Playing WAV Files
cutSampleEnds

Prepare Sample Object for appendSample
print.Sample

Print a Sample Object
play

Play a Sample Object or a WAV File
plot.Sample

Plot a Sample Object