2 Open Issues Need Help Last updated: Jun 30, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement a phoneme input feature for the Piper text-to-speech system. This involves creating a parser to recognize and process phoneme notations (e.g., `[[ phonemes ]]`) within input text, integrating with existing phoneme systems (OpenJTalk and espeak-ng), handling potential inconsistencies between phoneme sets, and optimizing for performance and compatibility.

Complexity: 4/5
enhancement help wanted

A fast, local neural text to speech system

C++

AI Summary: The task requires porting the Japanese text-to-speech engine, OpenJTalk, and its dependency HTSEngine, to Windows. This involves creating Windows build scripts, adapting the code for Windows compatibility (especially concerning character encoding), updating the CMake build system, and thorough testing in a Windows environment. The goal is to enable Japanese TTS functionality in the Piper TTS system on Windows.

Complexity: 4/5
enhancement help wanted

A fast, local neural text to speech system

C++