paste.Sound {R.audio}R Documentation

Paste a (compatible) sound to a sound

Description

Paste a (compatible) sound to a sound. In order to paste two sounds they must: 1) have the same number of samples per second, and 2) one sound must not be signed when other other is not.

Usage

## S3 method for class 'Sound':
paste(this, other, ...)

Arguments

other Other Sound object.
... Not used.

Value

Returns nothing.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

For more information see Sound.


[Package R.audio version 0.6.2 Index]