[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to allow setting the rate and volume for open Jtalk
From: |
Samuel Thibault |
Subject: |
Re: How to allow setting the rate and volume for open Jtalk |
Date: |
Wed, 29 Jan 2025 12:57:04 +0100 |
Didier Spaier via Speech Dispatcher discussion, le mer. 29 janv. 2025 12:43:17
+0100, a ecrit:
> quote of a message in the Slint mailing list from Aiyumi Moriya (in CC):
>
> > I tried the Open-Jtalk Speech-Dispatcher module with Orca, and was able to
> > read
> > Japanese text just fine. However, it's really slow (long lags between
> > pressing
> > the keys and hearing the text),
Possibly it's due to the way the spd openjtalk module was made: it calls
open_jtalk once per utterance, and thus loads the model each time. It
could possibly be much more efficient to directly use the HTS Engine as
a library, to be able to load the model just once.
As always, contribution welcome ;)
Samuel