bind: Concatenating Wave objects

bindR Documentation

Concatenating Wave objects

Description

Generic function for concatenating objects of class Wave or WaveMC.

Usage

bind(object, ...)
## S4 method for signature 'Wave'
bind(object, ...)
## S4 method for signature '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.

Author(s)

Uwe Ligges ligges@statistik.tu-dortmund.de, Sarah Schnackenberg

See Also

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


tuneR documentation built on Nov. 27, 2023, 5:11 p.m.

Related to bind in tuneR...