R/WavPlayer.R

Defines functions getWavPlayer setWavPlayer

Documented in getWavPlayer setWavPlayer

setWavPlayer <- function(player){
    options(WavPlayer = player)
}

getWavPlayer <- function(){
    options("WavPlayer")$WavPlayer
}

Try the tuneR package in your browser

Any scripts or data that you put into this service are public.

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