Learn R Programming

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

sound (version 1.4.5)

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

227

Version

1.4.5

License

GPL (>= 2)

Maintainer

Stefan Langenberg

Last Published

November 10th, 2017

Functions in sound (1.4.5)

cutSample

Cut Sample Objects
cutSampleEnds

Prepare Sample Object for appendSample
left

Extract one Channel from a Stereo Sample
loadSample

Load a WAV File from Disk
reverse

Play a Sample Object Backwards
sampleLength

Length of a Sample Object
normalize

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

The NULL Sample Object
appendSample

Append Sample Objects
bits

Bits per Sample
duration

Duration of a Sample Object
fitSampleParameters

Adjust Parameters of Two Sample Objects.
print.Sample

Print a Sample Object
rate

The Sampling Rate
Ops.Sample

Basic Operations for Sample Objects
Sample

Sample Objects
mirror

Mirror a Stereo Sample
noSilence

Cut Off Silence from a Sample Object
panorama

Narrow the Panorama of a Stereo Sample
pitch

Pitch a Sample Object
saveSample

Save a Sample Object as a WAV File
sound

The Waveform Matrix of a Sample Object
center

Center a Sample Object.
channels

Number of Channels of a Sample Object
play

Play a Sample Object or a WAV File
plot.Sample

Plot a Sample Object
stereo

Create a Stereo Sample Object from Two Mono Samples
Sine

Create Sample Objects for the Basic waveforms
WavPlayer

Set or Get the System Command for Playing WAV Files