| paste.Sound {R.audio} | R Documentation |
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.
## S3 method for class 'Sound': paste(this, other, ...)
other |
Other Sound object. |
... |
Not used. |
Returns nothing.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see Sound.