harmlessman

Results 6 issues of harmlessman

This PR implements Korean phonemizer that using Hangeul. You can use it by adding Korean to the character. More information can be found in ko_kr_phonemizer.py.

Update setup.py and Add pyyaml, ipywidgets to install requires (requirements.txt).

제가 학습 데이터를 speech와 text쌍을 음차표기 text로 구성했습니다. ex) (소리)i like cake -> (텍스트)아이 라이크 케이크 이런 식으로 데이터를 구성하면 학습에 문제가 생기나요? 지금 multi speaker로 kss데이터와 일본어를 한글로 음차표기한...

I'm encountering an issue where the Separator function fails to locate the model.json file, which contains information about the related model. This results in an error, preventing the function from...

**Problem** In the current IPA conversion of Korean, both `ㅊ` and `ㅉ` are mapped to `tɕˈ`. This causes an issue in applications such as TTS development, where `ㅊ` and `ㅉ`...

I’d like to use this model for a real-time conversational AI. Although the Chatterbox README mentions that latency is around 200ms, according to feedback from actual users, it seems to...