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

Description Format Source Examples

Description

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

Format

wav file.

Source

http://www.phonetics.ucla.edu/course/chapter1/vowels.html

Examples

1
2
3
4
5
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)

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