get_left | R Documentation |
Get left channel from WAV file.
get_left(x)
x |
Wave object from 'tuneR::readWave'. |
Numeric vector indicating the left channel from a WAV file.
library(voice)
# get path to audio file
path2wav <- list.files(system.file('extdata', package = 'wrassp'),
pattern <- glob2rx('*.wav'), full.names = TRUE)
rw <- tuneR::readWave(path2wav[1])
l <- voice::get_left(rw)
head(l)
length(l)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.