tuneR (version 1.3.3)

bind: Concatenating Wave objects

Description

Generic function for concatenating objects of class Wave or WaveMC.

Usage

bind(object, ...)
# S4 method for Wave
bind(object, ...)
# S4 method for WaveMC
bind(object, ...)

Arguments

object, …

Objects of class Wave or class WaveMC, each of the same class and of the same kind (checked by equalWave), i.e. identical sampling rate, resolution (bit), and number of channels (for WaveMC, resp. stereo/mono for Wave).

Value

An object of class Wave or class WaveMC that corresponds to the class of the input.

See Also

prepComb for preparing the concatenation, Wave-class, Wave, WaveMC-class, WaveMC, extractWave, stereo