Learn R Programming

dialectR (version 1.0)

e: Wav file of "e" in the international phonetic alphabet

Description

This is a wav file which contains the pronunciation of "e" in the international phonetic alphabet.

Arguments

Format

wav file.

Examples

Run this code
# NOT RUN {
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)
# }

Run the code above in your browser using DataLab