| Copyright | (c) OleksandrZhabenko 2021 |
|---|---|
| License | MIT |
| Maintainer | olexandr543@yahoo.com |
| Stability | Experimental |
| Safe Haskell | None |
| Language | Haskell2010 |
EspeakNG_IPA
Description
Is intended to use internally "espeak-ng" or "espeak" executable to produce the IPA phonemes output
of the given String.
The prerequisite is installed espeak-ng or espeak executable in the path that is in the PATH
environment variable.
Synopsis
- espeakNG_IPA :: String -> String -> IO String
- espeakNG_IPA_ :: String -> String -> IO ()