R/audioplayer_set_path.R

Defines functions audioplayer_set_path

Documented in audioplayer_set_path

#' wrapper for tuneR::setWavPlayer
#' @param path2player Character. Specify path to audioplayer
#'
#' @export
audioplayer_set_path <- function(path2player = "/usr/bin/play") {
  tuneR::setWavPlayer(path2player)
}
sachserf/sf documentation built on June 8, 2024, 4:23 p.m.