play.lutl: play.lutl

Description Usage Arguments Examples

View source: R/play.R

Description

Play a lutl object

Usage

1
2
## S3 method for class 'lutl'
play(x, from = NA, duration = NA, verbose = FALSE, ...)

Arguments

x

A 'lutl' object

from

From "hour:minute:second" (Default 'NA', from begining of timeline)

duration

Length in "Hour:minute:second" (Default 'NA', all timeline)

verbose

be verbose (default FALSE)

...

Anything else

Examples

1
2
3
4
5
## Not run: 
data <- lutl_from_file('~/Descargas/ejemplo.wav')
play(data)

## End(Not run)

pmoracho/loudness documentation built on July 16, 2021, 2:04 p.m.