stevecondylios / dictionaRy

An R interface to the English Dictionary
Other
6 stars 0 forks source link

Play audio pronunciation out loud #1

Open stevecondylios opened 2 years ago

stevecondylios commented 2 years ago

Use ideas in beepR, tuneR, or audio to play the mp3 from word_info$phonetics[[1]]$audio[1] url out loud. Possible use in shiny apps so consider cross platform (aka linux) support.

library(dictionary)
define("hello")
pronounce("hello")
say("hello") # plays the audio