I know that there's a package named tipa that could handle the phonetic symbols gracefully and manually. I want to know if there's a way to input those phonetic symbols automatically based on a word, for example, I want to know the word "explanation" pronunciation without a dictionary, how can I accomplish that using latex?
Asked
Active
Viewed 510 times
tipaformat. You can use them in the Unicode format they would already be in. See http://tex.stackexchange.com/q/224164/42880. – Jason Zentz Nov 10 '16 at 14:39sys_shell_nowto invoke external program such as espeak to get the IPA then parse the output (of course you have to implement it yourself) – user202729 Nov 06 '21 at 08:42