playVoice: playVoice This function takes the Wave object and plays only...

View source: R/playVoice.R

playVoiceR Documentation

playVoice This function takes the Wave object and plays only the speech parts, segment by segment, using tuneR::play() function.

Description

playVoice This function takes the Wave object and plays only the speech parts, segment by segment, using tuneR::play() function.

Usage

playVoice(x, seg = NA)

Arguments

x

The input Wave object

seg

Segmentation obtained by voiceSegment(..,unit="time")

Examples

## Not run: 
library(tuneR)
x <- readWave("speech.wav")
playVoice(x)

## End(Not run)

akinori-ito/vadeR documentation built on Oct. 7, 2022, 2:37 p.m.