Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

bind

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

Analysis of Music and Speech

v1.3.3
GPL-2 | GPL-3
Authors
Uwe Ligges <ligges@statistik.tu-dortmund.de> with contributions from Sebastian Krey, Olaf Mersmann, Sarah Schnackenberg, Guillaume Guenard, Andrea Preusser, Anita Thieler, Johanna Mielke and Claus Weihs, as well as code fragments and ideas from the former package 'sound' by Matthias Heymann and functions from 'rastamat' by Daniel P. W. Ellis. The included parts of the libmad MPEG audio decoder library are authored by Underbit Technologies.
Initial release
2018-07-03

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.