pyopenjtalk
The functional interface for text processing and waveform synthesis.
Note
For ease of use, all the functional interfaces use global instances of pyopenjtalk.openjtalk.OpenJTalk
and pyopenjtalk.htsengine.HTSEngine
internally.
If you want to get a full control (e.g., using an external dictionary or htsvoice), please manually instanciate and use these classes.
High-level API
- pyopenjtalk.g2p(*args, **kwargs)[source]
Grapheme-to-phoeneme (G2P) conversion
This is just a convenient wrapper around run_frontend.
- Parameters
- Returns
G2P result in 1) str if join is True 2) list if join is False.
- Return type