{"library":"pyopenjtalk","title":"pyopenjtalk","description":"A Python wrapper for OpenJTalk, a Japanese text-to-speech engine. Current version 0.4.1, requires Python >=3.8 and cmake. Release cadence is irregular; last release was 2025-03-01.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install pyopenjtalk"],"cli":null},"imports":["from pyopenjtalk import run_frontend","from pyopenjtalk import synthesize"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import pyopenjtalk\n\n# Synthesize speech from text (returns wav as numpy array)\ntext = \"こんにちは\"\nwav, sr = pyopenjtalk.synthesize(text)\n\n# Or get linguistic features\nfeatures = pyopenjtalk.run_frontend(text)\nprint(features)","lang":"python","description":"Basic usage: synthesize speech or extract linguistic features from Japanese text.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}