R/data-i.R

#' Wav file of "i" in the international phonetic alphabet
#'
#' This is a wav file which contains the pronunciation of "i" in the international phonetic alphabet.
#' @source \url{http://www.phonetics.ucla.edu/course/chapter1/vowels.html}
#' @docType data
#' @name i
#' @format wav file.
#' @examples
#' i_audio <- system.file("extdata", "i.wav", package="dialectR")
#' e_audio <- system.file("extdata", "e.wav", package="dialectR")
#' try(acoustic_distance(i_audio, e_audio),
#'  message("Python not available for testing"),
#'  silent = TRUE)
NULL

Try the dialectR package in your browser

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

dialectR documentation built on May 20, 2021, 9:06 a.m.