# NOT RUN {
# Example 1: The acoustic distance between i and e
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