Re: Is there a project that is jovie successor? (fwd)

Gustav Degreef <[email protected]> Tue, 26 Oct 2021 19:40:46 +0200
Newsgroups gmane.comp.kde.devel.accessibility
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--------------67951307D8F1243C25C97740
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit

Hi Jeremy,

I did EXACTLY as you said when I sent you the zip file.  When I first 
edited the .conf file, there was no output to the logs, so I rebooted 
the system (I did not know how to re-start the deamon). No clue why the 
output you expected is not there.   So now I did the same thing again, 
but I had Okular read two separate long instnaces and then had spd-say a 
whole sentence twice.  Here is the single log file (I did not delete the 
old log file, so I figure the new info has been appended.  Gustav

On 10/26/21 7:03 PM, Jeremy Whiting wrote:
> Gustav,
>
> I see speech dispatcher itself started and ended a couple of times in 
> there, but I don't see what text it was sent to synthesize. Did you 
> try spd-say "Hello" or trying with okular to speak some document or a 
> page? I was hoping to see something like this:
>
> Tue Oct 26 09:31:25 2021 [617497]: Espeak: Stop or pause thread 
> starting.......
>  Tue Oct 26 09:31:25 2021 [636516]: CMD: <SET
> >
>  Tue Oct 26 09:31:25 2021 [636587]: CMD: <SPEAK
> >
>  Tue Oct 26 09:31:25 2021 [636617]: Espeak: module_speak().
>  Tue Oct 26 09:31:25 2021 [636627]: Espeak: Requested data: 
> |<speak>hello</speak>| 0 20
>  Tue Oct 26 09:31:25 2021 [636637]: Espeak: set_language_and_voice en 1
>  Tue Oct 26 09:31:25 2021 [636647]: Espeak: set_language_and_voice 
> name=en+0
>  Tue Oct 26 09:31:25 2021 [636840]: Espeak: Successfully set voice to 
> "en+0"
>  Tue Oct 26 09:31:25 2021 [636850]: Espeak: set_language_and_voice en 1
>  Tue Oct 26 09:31:25 2021 [636860]: Espeak: set_language_and_voice 
> name=en+0
>  Tue Oct 26 09:31:25 2021 [636973]: Espeak: Successfully set voice to 
> "en+0"
>  Tue Oct 26 09:31:25 2021 [687987]: Espeak: Rate set to 170.
>  Tue Oct 26 09:31:25 2021 [738788]: Espeak: Volume set to 200.
>  Tue Oct 26 09:31:25 2021 [937535]: Espeak: Pitch set to 50.
>  Tue Oct 26 09:31:25 2021 [987698]: Set punctuation mode.
>  Tue Oct 26 09:31:26 2021 [37917]: Set capitals mode.
>  Tue Oct 26 09:31:26 2021 [88426]: Espeak: Leaving module_speak() 
> normally.
>  Tue Oct 26 09:31:26 2021 [88689]: Espeak: Playback semaphore on.
>  Tue Oct 26 09:31:26 2021 [88729]: Printing reply: 701 BEGIN
>
> in the espeak.log but it's empty. Ah, may need to also set espeak.conf 
> to debug like this in /etc/speech-dispatcher/modules/espeak.conf:
>
> #Debugging
> Debug 1
>
> Change the 0 to 1 if it's there, otherwise add Debug 1 to the end of 
> the file if it's not there at all.
>
> thanks,
> Jeremy
>
> On Tue, Oct 26, 2021 at 10:53 AM Gustav Degreef <[email protected] 
> <mailto:[email protected]>> wrote:
>
>     Thanks Jeremy.  Very clear instructions.  Here is the zip file,
>     Gustav
>
>     On 10/26/21 5:36 PM, Jeremy Whiting wrote:
>     > Gustav,
>     >
>     > Ok, the quickest way to debug this will be to set a LogDir in
>     > /etc/speech-dispatcher/speechd.conf like this:
>     >
>     > #LogDir "default" <-- Comment out this one if it's not by adding
>     the #
>     > at the front.
>     > LogDir "/home/jeremy/sdlogs/"
>     >
>     > sudo will be needed to edit those files in /etc/speech-dispatcher/
>     >
>     > you'll need to create an sdlogs folder in your home directory (I
>     tried
>     > using the default opensuse /var/log/speech-dispatcher path, but sd
>     > running as me couldn't write there and it's complicated, better to
>     > just make a new path in your home folder and point to it. Also use
>     > your username, not jeremy :)
>     >
>     > Then when you run spd-say "Hello" or whatever it will create a
>     few log
>     > files in that sdlogs path. I would say do that a couple of times
>     then
>     > have okular speak the current page a couple of times. Then zip
>     up that
>     > sdlogs folder and send it here and we can take a look at what
>     > speech-dispatcher is getting, and hopefully find out why it sounds
>     > garbled on your audio system.
>     >
>     > BR,
>     > Jeremy
>     >
>     > On Tue, Oct 26, 2021 at 8:29 AM Jeremy Whiting
>     <[email protected] <mailto:[email protected]>
>     > <mailto:[email protected] <mailto:[email protected]>>> wrote:
>     >
>     >
>     >
>     >     On Tue, Oct 26, 2021 at 8:09 AM Gustav Degreef
>     <[email protected] <mailto:[email protected]>
>     >     <mailto:[email protected] <mailto:[email protected]>>>
>     wrote:
>     >
>     >         Hi Jeremy,
>     >
>     >         Deeply appreciate your time and effort, but no luck.
>     >
>     >         Â Â user:~/QtSpeech/hello_speak> qmake-qt5
>     >         Info: creating stash file
>     >         /home/user/QtSpeech/hello_speak/.qmake.stash
>     >         Project ERROR: Unknown module(s) in QT: texttospeech
>     >
>     >
>     >     Ok, from that it seems you don't have the -devel package
>     needed to
>     >     build things against QtSpeech. For that install the
>     following:
>     >
>     >     sudo zypper install libqt5-qtspeech-devel
>     >
>     >     Then you should be able to build hello_speak.
>     >
>     >     But since speech-dispatcher itself doesn't have the problem
>     >     (spd-say didn't duplicate) the problem is either in
>     Okular's use
>     >     of QtSpeech (not likely, it's one line that calls
>     QtSpeech) or
>     >     QtSpeech itself. On my test vm I've only got the speechd
>     plugin
>     >     for QtSpeech in
>     >     /usr/lib64/qt5/plugins/texttospeech/
>     >     On your machine do you have a flite plugin there also
>     from some
>     >     package from 15.0 or 15.1 times maybe (I don't see any flite
>     >     plugin package in 15.2 repos, but maybe you got it before
>     upgrading).
>     >
>     >     I took another look at QtSpeech code itself though and I
>     don't see
>     >     any way it would ever use more than one plugin or send
>     the text to
>     >     multiple plugins. Then I took a look at the speechd
>     plugin again
>     >     and it definitely only sends the text it gets to spd_say
>     function
>     >     once. I think the next thing to try will be to enable
>     debugging in
>     >     speech-dispatcher (after we are sure that's what plugin
>     QtSpeech
>     >     is using) and see what text it's getting to synthesize from
>     >     okular. I'll write up some instructions for that once I
>     do it here
>     >     and remember how it's done :)
>     >
>     >     thanks,
>     >     Jeremy
>     >
>     >         user:~/QtSpeech/hello_speak> make
>     >         make: *** No targets specified and no makefile
>     found. Stop.
>     >
>     >         Since your opensuse VM is working fine, I doube
>     checked my
>     >         installations.  I have a 17 inch laptop and a 13
>     inch old one
>     >         that I use
>     >         for traveling.  Both machines have a main
>     partition opensuse
>     >         15.2 and a
>     >         "test" partition with opensuse 15.3.  3/4 of these
>     >         installations have
>     >         the duplicate voices in Okular and Kmouth. Only 1 15.3
>     >         installation is
>     >         having a normal speech output in Ojular. All 4
>     installations
>     >         are
>     >         upgraded systems (from previous opensuse 15.0, 15.1
>     and prior
>     >         releases.Â
>     >         So none of them is a "clean" install like your VM.
>     >
>     >         I tried building it on each laptop, but the same
>     result. ÂÂ
>     >         You were
>     >         reight at the beginnig, it's turning out quite
>     difficult to
>     >         track down.Â
>     >         Any other suggestions?
>     >
>     >         If all else fails, I'll do a clean install of 15.3
>     on one of
>     >         these 4
>     >         partitions.
>     >
>     >         Thanks, Gustav.
>     >
>     >
>     >     Truncating the rest to get past mailing list size limit
>     without
>     >     approval.
>     >
>


--------------67951307D8F1243C25C97740
Content-Type: text/x-log; charset=UTF-8;
 name="speech-dispatcher.log"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="speech-dispatcher.log"

[Tue Oct 26 18:36:48 2021 : 298585] speechd:   Speech Dispatcher Logging to file /home/radagus/sdlogs//speech-dispatcher.log
[Tue Oct 26 18:36:48 2021 : 298725] speechd:  Configuration has been read from "/etc/speech-dispatcher/speechd.conf"
[Tue Oct 26 18:36:48 2021 : 298766] speechd:  Initializing output module espeak with binary /usr/lib64/speech-dispatcher-modules/sd_espeak and configuration /etc/speech-dispatcher/modules/espeak.conf
[Tue Oct 26 18:36:48 2021 : 298785] speechd:   Output module is logging to file /home/radagus/sdlogs//espeak.log
[Tue Oct 26 18:36:48 2021 : 299120] speechd:  Module espeak loaded.
[Tue Oct 26 18:36:48 2021 : 357448] speechd:  Module espeak started successfully with message: 
---------------
Espeak: Initialized successfully.
---------------

[Tue Oct 26 18:36:48 2021 : 665792] speechd:  Initializing output module dummy with binary /usr/lib64/speech-dispatcher-modules/sd_dummy and configuration (null)
[Tue Oct 26 18:36:48 2021 : 665805] speechd:   Output module is logging to file /home/radagus/sdlogs//dummy.log
[Tue Oct 26 18:36:48 2021 : 666098] speechd:  Module dummy loaded.
[Tue Oct 26 18:36:48 2021 : 667061] speechd:  Module dummy started successfully with message: 
---------------
Everything ok so far.
---------------

[Tue Oct 26 18:36:48 2021 : 669657] speechd: Terminating...
[Tue Oct 26 18:36:48 2021 : 669671] speechd:  Closing open connections...
[Tue Oct 26 18:36:48 2021 : 669879] speechd:  Closing open output modules...
[Tue Oct 26 18:36:48 2021 : 669887] speechd:   Unloading module name=espeak
[Tue Oct 26 18:36:48 2021 : 669892] speechd:   Closing module "espeak"...
[Tue Oct 26 18:36:48 2021 : 770235] speechd:   Unloading module name=dummy
[Tue Oct 26 18:36:48 2021 : 770256] speechd:   Closing module "dummy"...
[Tue Oct 26 18:36:48 2021 : 870599] speechd:  Closing server connection...
[Tue Oct 26 18:36:48 2021 : 870631] speechd:  Speech Dispatcher terminated correctly
[Tue Oct 26 18:37:26 2021 : 686336] speechd:   Speech Dispatcher Logging to file /home/radagus/sdlogs//speech-dispatcher.log
[Tue Oct 26 18:37:26 2021 : 713123] speechd:  Configuration has been read from "/etc/speech-dispatcher/speechd.conf"
[Tue Oct 26 18:37:26 2021 : 713169] speechd:  Initializing output module espeak with binary /usr/lib64/speech-dispatcher-modules/sd_espeak and configuration /etc/speech-dispatcher/modules/espeak.conf
[Tue Oct 26 18:37:26 2021 : 713177] speechd:   Output module is logging to file /home/radagus/sdlogs//espeak.log
[Tue Oct 26 18:37:26 2021 : 713467] speechd:  Module espeak loaded.
[Tue Oct 26 18:37:26 2021 : 823955] speechd:  Module espeak started successfully with message: 
---------------
Espeak: Initialized successfully.
---------------

[Tue Oct 26 18:37:26 2021 : 828175] speechd:  Initializing output module dummy with binary /usr/lib64/speech-dispatcher-modules/sd_dummy and configuration (null)
[Tue Oct 26 18:37:26 2021 : 828188] speechd:   Output module is logging to file /home/radagus/sdlogs//dummy.log
[Tue Oct 26 18:37:26 2021 : 828457] speechd:  Module dummy loaded.
[Tue Oct 26 18:37:26 2021 : 830819] speechd:  Module dummy started successfully with message: 
---------------
Everything ok so far.
---------------

[Tue Oct 26 18:37:26 2021 : 834053] speechd:   Speech Dispatcher Logging to file /home/radagus/sdlogs//speech-dispatcher.log
[Tue Oct 26 18:37:26 2021 : 834105] speechd:   Speech Dispatcher started with 2 output modules
[Tue Oct 26 18:37:26 2021 : 835108] speechd: Speech Dispatcher started and waiting for clients ...
[Tue Oct 26 18:41:39 2021 : 530738] speechd: LINE here:|200-afrikaans af none|
[Tue Oct 26 18:41:39 2021 : 530762] speechd: LINE here:|200-aragonese an none|
[Tue Oct 26 18:41:39 2021 : 530769] speechd: LINE here:|200-bulgarian bg none|
[Tue Oct 26 18:41:39 2021 : 530774] speechd: LINE here:|200-bosnian bs none|
[Tue Oct 26 18:41:39 2021 : 530780] speechd: LINE here:|200-catalan ca none|
[Tue Oct 26 18:41:39 2021 : 530785] speechd: LINE here:|200-czech cs none|
[Tue Oct 26 18:41:39 2021 : 530790] speechd: LINE here:|200-welsh cy none|
[Tue Oct 26 18:41:39 2021 : 530795] speechd: LINE here:|200-danish da none|
[Tue Oct 26 18:41:39 2021 : 530811] speechd: LINE here:|200-german de none|
[Tue Oct 26 18:41:39 2021 : 530816] speechd: LINE here:|200-greek el none|
[Tue Oct 26 18:41:39 2021 : 530821] speechd: LINE here:|200-default en none|
[Tue Oct 26 18:41:39 2021 : 530826] speechd: LINE here:|200-english en gb|
[Tue Oct 26 18:41:39 2021 : 530831] speechd: LINE here:|200-en-scottish en sc|
[Tue Oct 26 18:41:39 2021 : 530836] speechd: LINE here:|200-english-north en uk-north|
[Tue Oct 26 18:41:39 2021 : 530840] speechd: LINE here:|200-english_rp en uk-rp|
[Tue Oct 26 18:41:39 2021 : 530846] speechd: LINE here:|200-english_wmids en uk-wmids|
[Tue Oct 26 18:41:39 2021 : 530851] speechd: LINE here:|200-english-us en us|
[Tue Oct 26 18:41:39 2021 : 530856] speechd: LINE here:|200-en-westindies en wi|
[Tue Oct 26 18:41:39 2021 : 530861] speechd: LINE here:|200-esperanto eo none|
[Tue Oct 26 18:41:39 2021 : 530866] speechd: LINE here:|200-spanish es none|
[Tue Oct 26 18:41:39 2021 : 530870] speechd: LINE here:|200-spanish-latin-am es la|
[Tue Oct 26 18:41:39 2021 : 530879] speechd: LINE here:|200-estonian et none|
[Tue Oct 26 18:41:39 2021 : 530885] speechd: LINE here:|200-persian fa none|
[Tue Oct 26 18:41:39 2021 : 530890] speechd: LINE here:|200-persian-pinglish fa pin|
[Tue Oct 26 18:41:39 2021 : 530895] speechd: LINE here:|200-finnish fi none|
[Tue Oct 26 18:41:39 2021 : 530900] speechd: LINE here:|200-french-Belgium fr be|
[Tue Oct 26 18:41:39 2021 : 530904] speechd: LINE here:|200-french fr fr|
[Tue Oct 26 18:41:39 2021 : 530909] speechd: LINE here:|200-irish-gaeilge ga none|
[Tue Oct 26 18:41:39 2021 : 530914] speechd: LINE here:|200-greek-ancient grc none|
[Tue Oct 26 18:41:39 2021 : 530920] speechd: LINE here:|200-hindi hi none|
[Tue Oct 26 18:41:39 2021 : 530925] speechd: LINE here:|200-croatian hr none|
[Tue Oct 26 18:41:39 2021 : 530933] speechd: LINE here:|200-hungarian hu none|
[Tue Oct 26 18:41:39 2021 : 530939] speechd: LINE here:|200-armenian hy none|
[Tue Oct 26 18:41:39 2021 : 530944] speechd: LINE here:|200-armenian-west hy west|
[Tue Oct 26 18:41:39 2021 : 530949] speechd: LINE here:|200-indonesian id none|
[Tue Oct 26 18:41:39 2021 : 530954] speechd: LINE here:|200-icelandic is none|
[Tue Oct 26 18:41:39 2021 : 530959] speechd: LINE here:|200-italian it none|
[Tue Oct 26 18:41:39 2021 : 530964] speechd: LINE here:|200-lojban jbo none|
[Tue Oct 26 18:41:39 2021 : 530969] speechd: LINE here:|200-georgian ka none|
[Tue Oct 26 18:41:39 2021 : 530974] speechd: LINE here:|200-kannada kn none|
[Tue Oct 26 18:41:39 2021 : 530979] speechd: LINE here:|200-kurdish ku none|
[Tue Oct 26 18:41:39 2021 : 530984] speechd: LINE here:|200-latin la none|
[Tue Oct 26 18:41:39 2021 : 530989] speechd: LINE here:|200-lingua_franca_nova lfn none|
[Tue Oct 26 18:41:39 2021 : 530994] speechd: LINE here:|200-lithuanian lt none|
[Tue Oct 26 18:41:39 2021 : 530998] speechd: LINE here:|200-latvian lv none|
[Tue Oct 26 18:41:39 2021 : 531003] speechd: LINE here:|200-macedonian mk none|
[Tue Oct 26 18:41:39 2021 : 531008] speechd: LINE here:|200-malayalam ml none|
[Tue Oct 26 18:41:39 2021 : 531013] speechd: LINE here:|200-malay ms none|
[Tue Oct 26 18:41:39 2021 : 531018] speechd: LINE here:|200-nepali ne none|
[Tue Oct 26 18:41:39 2021 : 531023] speechd: LINE here:|200-dutch nl none|
[Tue Oct 26 18:41:39 2021 : 531028] speechd: LINE here:|200-norwegian no none|
[Tue Oct 26 18:41:39 2021 : 531032] speechd: LINE here:|200-punjabi pa none|
[Tue Oct 26 18:41:39 2021 : 531037] speechd: LINE here:|200-polish pl none|
[Tue Oct 26 18:41:39 2021 : 531042] speechd: LINE here:|200-brazil pt br|
[Tue Oct 26 18:41:39 2021 : 531047] speechd: LINE here:|200-portugal pt pt|
[Tue Oct 26 18:41:39 2021 : 531052] speechd: LINE here:|200-romanian ro none|
[Tue Oct 26 18:41:39 2021 : 531057] speechd: LINE here:|200-russian ru none|
[Tue Oct 26 18:41:39 2021 : 531062] speechd: LINE here:|200-slovak sk none|
[Tue Oct 26 18:41:39 2021 : 531066] speechd: LINE here:|200-albanian sq none|
[Tue Oct 26 18:41:39 2021 : 531071] speechd: LINE here:|200-serbian sr none|
[Tue Oct 26 18:41:39 2021 : 531082] speechd: LINE here:|200-swedish sv none|
[Tue Oct 26 18:41:39 2021 : 531091] speechd: LINE here:|200-swahili-test sw none|
[Tue Oct 26 18:41:39 2021 : 531100] speechd: LINE here:|200-tamil ta none|
[Tue Oct 26 18:41:39 2021 : 531109] speechd: LINE here:|200-turkish tr none|
[Tue Oct 26 18:41:39 2021 : 531119] speechd: LINE here:|200-vietnam vi none|
[Tue Oct 26 18:41:39 2021 : 531129] speechd: LINE here:|200-vietnam_hue vi hue|
[Tue Oct 26 18:41:39 2021 : 531139] speechd: LINE here:|200-vietnam_sgn vi sgn|
[Tue Oct 26 18:41:39 2021 : 531144] speechd: LINE here:|200-Mandarin zh none|
[Tue Oct 26 18:41:39 2021 : 531149] speechd: LINE here:|200-cantonese zh yue|
[Tue Oct 26 18:41:39 2021 : 531154] speechd: LINE here:|200 OK VOICE LIST SENT|
[Tue Oct 26 18:41:39 2021 : 533086] speechd: LINE here:|304 CANT LIST VOICES|
[Tue Oct 26 19:02:44 2021 : 435312] speechd: LINE here:|200-afrikaans af none|
[Tue Oct 26 19:02:44 2021 : 435350] speechd: LINE here:|200-aragonese an none|
[Tue Oct 26 19:02:44 2021 : 435365] speechd: LINE here:|200-bulgarian bg none|
[Tue Oct 26 19:02:44 2021 : 435377] speechd: LINE here:|200-bosnian bs none|
[Tue Oct 26 19:02:44 2021 : 435388] speechd: LINE here:|200-catalan ca none|
[Tue Oct 26 19:02:44 2021 : 435399] speechd: LINE here:|200-czech cs none|
[Tue Oct 26 19:02:44 2021 : 435410] speechd: LINE here:|200-welsh cy none|
[Tue Oct 26 19:02:44 2021 : 435420] speechd: LINE here:|200-danish da none|
[Tue Oct 26 19:02:44 2021 : 435431] speechd: LINE here:|200-german de none|
[Tue Oct 26 19:02:44 2021 : 435441] speechd: LINE here:|200-greek el none|
[Tue Oct 26 19:02:44 2021 : 435452] speechd: LINE here:|200-default en none|
[Tue Oct 26 19:02:44 2021 : 435463] speechd: LINE here:|200-english en gb|
[Tue Oct 26 19:02:44 2021 : 435474] speechd: LINE here:|200-en-scottish en sc|
[Tue Oct 26 19:02:44 2021 : 435490] speechd: LINE here:|200-english-north en uk-north|
[Tue Oct 26 19:02:44 2021 : 435499] speechd: LINE here:|200-english_rp en uk-rp|
[Tue Oct 26 19:02:44 2021 : 435506] speechd: LINE here:|200-english_wmids en uk-wmids|
[Tue Oct 26 19:02:44 2021 : 435514] speechd: LINE here:|200-english-us en us|
[Tue Oct 26 19:02:44 2021 : 435525] speechd: LINE here:|200-en-westindies en wi|
[Tue Oct 26 19:02:44 2021 : 435532] speechd: LINE here:|200-esperanto eo none|
[Tue Oct 26 19:02:44 2021 : 435538] speechd: LINE here:|200-spanish es none|
[Tue Oct 26 19:02:44 2021 : 435545] speechd: LINE here:|200-spanish-latin-am es la|
[Tue Oct 26 19:02:44 2021 : 435554] speechd: LINE here:|200-estonian et none|
[Tue Oct 26 19:02:44 2021 : 435560] speechd: LINE here:|200-persian fa none|
[Tue Oct 26 19:02:44 2021 : 435569] speechd: LINE here:|200-persian-pinglish fa pin|
[Tue Oct 26 19:02:44 2021 : 435576] speechd: LINE here:|200-finnish fi none|
[Tue Oct 26 19:02:44 2021 : 435582] speechd: LINE here:|200-french-Belgium fr be|
[Tue Oct 26 19:02:44 2021 : 435589] speechd: LINE here:|200-french fr fr|
[Tue Oct 26 19:02:44 2021 : 435595] speechd: LINE here:|200-irish-gaeilge ga none|
[Tue Oct 26 19:02:44 2021 : 435601] speechd: LINE here:|200-greek-ancient grc none|
[Tue Oct 26 19:02:44 2021 : 435609] speechd: LINE here:|200-hindi hi none|
[Tue Oct 26 19:02:44 2021 : 435620] speechd: LINE here:|200-croatian hr none|
[Tue Oct 26 19:02:44 2021 : 435633] speechd: LINE here:|200-hungarian hu none|
[Tue Oct 26 19:02:44 2021 : 435642] speechd: LINE here:|200-armenian hy none|
[Tue Oct 26 19:02:44 2021 : 435649] speechd: LINE here:|200-armenian-west hy west|
[Tue Oct 26 19:02:44 2021 : 435655] speechd: LINE here:|200-indonesian id none|
[Tue Oct 26 19:02:44 2021 : 435662] speechd: LINE here:|200-icelandic is none|
[Tue Oct 26 19:02:44 2021 : 435669] speechd: LINE here:|200-italian it none|
[Tue Oct 26 19:02:44 2021 : 435675] speechd: LINE here:|200-lojban jbo none|
[Tue Oct 26 19:02:44 2021 : 435682] speechd: LINE here:|200-georgian ka none|
[Tue Oct 26 19:02:44 2021 : 435689] speechd: LINE here:|200-kannada kn none|
[Tue Oct 26 19:02:44 2021 : 435695] speechd: LINE here:|200-kurdish ku none|
[Tue Oct 26 19:02:44 2021 : 435713] speechd: LINE here:|200-latin la none|
[Tue Oct 26 19:02:44 2021 : 435725] speechd: LINE here:|200-lingua_franca_nova lfn none|
[Tue Oct 26 19:02:44 2021 : 435737] speechd: LINE here:|200-lithuanian lt none|
[Tue Oct 26 19:02:44 2021 : 435749] speechd: LINE here:|200-latvian lv none|
[Tue Oct 26 19:02:44 2021 : 435761] speechd: LINE here:|200-macedonian mk none|
[Tue Oct 26 19:02:44 2021 : 435773] speechd: LINE here:|200-malayalam ml none|
[Tue Oct 26 19:02:44 2021 : 435785] speechd: LINE here:|200-malay ms none|
[Tue Oct 26 19:02:44 2021 : 435805] speechd: LINE here:|200-nepali ne none|
[Tue Oct 26 19:02:44 2021 : 435824] speechd: LINE here:|200-dutch nl none|
[Tue Oct 26 19:02:44 2021 : 435839] speechd: LINE here:|200-norwegian no none|
[Tue Oct 26 19:02:44 2021 : 435851] speechd: LINE here:|200-punjabi pa none|
[Tue Oct 26 19:02:44 2021 : 435861] speechd: LINE here:|200-polish pl none|
[Tue Oct 26 19:02:44 2021 : 435873] speechd: LINE here:|200-brazil pt br|
[Tue Oct 26 19:02:44 2021 : 435885] speechd: LINE here:|200-portugal pt pt|
[Tue Oct 26 19:02:44 2021 : 435897] speechd: LINE here:|200-romanian ro none|
[Tue Oct 26 19:02:44 2021 : 435911] speechd: LINE here:|200-russian ru none|
[Tue Oct 26 19:02:44 2021 : 435922] speechd: LINE here:|200-slovak sk none|
[Tue Oct 26 19:02:44 2021 : 435934] speechd: LINE here:|200-albanian sq none|
[Tue Oct 26 19:02:44 2021 : 435948] speechd: LINE here:|200-serbian sr none|
[Tue Oct 26 19:02:44 2021 : 435961] speechd: LINE here:|200-swedish sv none|
[Tue Oct 26 19:02:44 2021 : 435974] speechd: LINE here:|200-swahili-test sw none|
[Tue Oct 26 19:02:44 2021 : 435987] speechd: LINE here:|200-tamil ta none|
[Tue Oct 26 19:02:44 2021 : 436002] speechd: LINE here:|200-turkish tr none|
[Tue Oct 26 19:02:44 2021 : 436015] speechd: LINE here:|200-vietnam vi none|
[Tue Oct 26 19:02:44 2021 : 436028] speechd: LINE here:|200-vietnam_hue vi hue|
[Tue Oct 26 19:02:44 2021 : 436040] speechd: LINE here:|200-vietnam_sgn vi sgn|
[Tue Oct 26 19:02:44 2021 : 436053] speechd: LINE here:|200-Mandarin zh none|
[Tue Oct 26 19:02:44 2021 : 436069] speechd: LINE here:|200-cantonese zh yue|
[Tue Oct 26 19:02:44 2021 : 436082] speechd: LINE here:|200 OK VOICE LIST SENT|
[Tue Oct 26 19:27:46 2021 : 845257] speechd: LINE here:|200-afrikaans af none|
[Tue Oct 26 19:27:46 2021 : 845290] speechd: LINE here:|200-aragonese an none|
[Tue Oct 26 19:27:46 2021 : 845306] speechd: LINE here:|200-bulgarian bg none|
[Tue Oct 26 19:27:46 2021 : 845317] speechd: LINE here:|200-bosnian bs none|
[Tue Oct 26 19:27:46 2021 : 845327] speechd: LINE here:|200-catalan ca none|
[Tue Oct 26 19:27:46 2021 : 845338] speechd: LINE here:|200-czech cs none|
[Tue Oct 26 19:27:46 2021 : 845349] speechd: LINE here:|200-welsh cy none|
[Tue Oct 26 19:27:46 2021 : 845359] speechd: LINE here:|200-danish da none|
[Tue Oct 26 19:27:46 2021 : 845370] speechd: LINE here:|200-german de none|
[Tue Oct 26 19:27:46 2021 : 845380] speechd: LINE here:|200-greek el none|
[Tue Oct 26 19:27:46 2021 : 845392] speechd: LINE here:|200-default en none|
[Tue Oct 26 19:27:46 2021 : 845403] speechd: LINE here:|200-english en gb|
[Tue Oct 26 19:27:46 2021 : 845414] speechd: LINE here:|200-en-scottish en sc|
[Tue Oct 26 19:27:46 2021 : 845425] speechd: LINE here:|200-english-north en uk-north|
[Tue Oct 26 19:27:46 2021 : 845436] speechd: LINE here:|200-english_rp en uk-rp|
[Tue Oct 26 19:27:46 2021 : 845447] speechd: LINE here:|200-english_wmids en uk-wmids|
[Tue Oct 26 19:27:46 2021 : 845459] speechd: LINE here:|200-english-us en us|
[Tue Oct 26 19:27:46 2021 : 845469] speechd: LINE here:|200-en-westindies en wi|
[Tue Oct 26 19:27:46 2021 : 845480] speechd: LINE here:|200-esperanto eo none|
[Tue Oct 26 19:27:46 2021 : 845490] speechd: LINE here:|200-spanish es none|
[Tue Oct 26 19:27:46 2021 : 845500] speechd: LINE here:|200-spanish-latin-am es la|
[Tue Oct 26 19:27:46 2021 : 845510] speechd: LINE here:|200-estonian et none|
[Tue Oct 26 19:27:46 2021 : 845520] speechd: LINE here:|200-persian fa none|
[Tue Oct 26 19:27:46 2021 : 845540] speechd: LINE here:|200-persian-pinglish fa pin|
[Tue Oct 26 19:27:46 2021 : 845550] speechd: LINE here:|200-finnish fi none|
[Tue Oct 26 19:27:46 2021 : 845561] speechd: LINE here:|200-french-Belgium fr be|
[Tue Oct 26 19:27:46 2021 : 845572] speechd: LINE here:|200-french fr fr|
[Tue Oct 26 19:27:46 2021 : 845584] speechd: LINE here:|200-irish-gaeilge ga none|
[Tue Oct 26 19:27:46 2021 : 845595] speechd: LINE here:|200-greek-ancient grc none|
[Tue Oct 26 19:27:46 2021 : 845605] speechd: LINE here:|200-hindi hi none|
[Tue Oct 26 19:27:46 2021 : 845616] speechd: LINE here:|200-croatian hr none|
[Tue Oct 26 19:27:46 2021 : 845626] speechd: LINE here:|200-hungarian hu none|
[Tue Oct 26 19:27:46 2021 : 845636] speechd: LINE here:|200-armenian hy none|
[Tue Oct 26 19:27:46 2021 : 845646] speechd: LINE here:|200-armenian-west hy west|
[Tue Oct 26 19:27:46 2021 : 845655] speechd: LINE here:|200-indonesian id none|
[Tue Oct 26 19:27:46 2021 : 845665] speechd: LINE here:|200-icelandic is none|
[Tue Oct 26 19:27:46 2021 : 845675] speechd: LINE here:|200-italian it none|
[Tue Oct 26 19:27:46 2021 : 845686] speechd: LINE here:|200-lojban jbo none|
[Tue Oct 26 19:27:46 2021 : 845695] speechd: LINE here:|200-georgian ka none|
[Tue Oct 26 19:27:46 2021 : 845706] speechd: LINE here:|200-kannada kn none|
[Tue Oct 26 19:27:46 2021 : 845718] speechd: LINE here:|200-kurdish ku none|
[Tue Oct 26 19:27:46 2021 : 845729] speechd: LINE here:|200-latin la none|
[Tue Oct 26 19:27:46 2021 : 845739] speechd: LINE here:|200-lingua_franca_nova lfn none|
[Tue Oct 26 19:27:46 2021 : 845750] speechd: LINE here:|200-lithuanian lt none|
[Tue Oct 26 19:27:46 2021 : 845760] speechd: LINE here:|200-latvian lv none|
[Tue Oct 26 19:27:46 2021 : 845770] speechd: LINE here:|200-macedonian mk none|
[Tue Oct 26 19:27:46 2021 : 845781] speechd: LINE here:|200-malayalam ml none|
[Tue Oct 26 19:27:46 2021 : 845793] speechd: LINE here:|200-malay ms none|
[Tue Oct 26 19:27:46 2021 : 845803] speechd: LINE here:|200-nepali ne none|
[Tue Oct 26 19:27:46 2021 : 845813] speechd: LINE here:|200-dutch nl none|
[Tue Oct 26 19:27:46 2021 : 845823] speechd: LINE here:|200-norwegian no none|
[Tue Oct 26 19:27:46 2021 : 845833] speechd: LINE here:|200-punjabi pa none|
[Tue Oct 26 19:27:46 2021 : 845844] speechd: LINE here:|200-polish pl none|
[Tue Oct 26 19:27:46 2021 : 845855] speechd: LINE here:|200-brazil pt br|
[Tue Oct 26 19:27:46 2021 : 845865] speechd: LINE here:|200-portugal pt pt|
[Tue Oct 26 19:27:46 2021 : 845876] speechd: LINE here:|200-romanian ro none|
[Tue Oct 26 19:27:46 2021 : 845886] speechd: LINE here:|200-russian ru none|
[Tue Oct 26 19:27:46 2021 : 845897] speechd: LINE here:|200-slovak sk none|
[Tue Oct 26 19:27:46 2021 : 845908] speechd: LINE here:|200-albanian sq none|
[Tue Oct 26 19:27:46 2021 : 845918] speechd: LINE here:|200-serbian sr none|
[Tue Oct 26 19:27:46 2021 : 845928] speechd: LINE here:|200-swedish sv none|
[Tue Oct 26 19:27:46 2021 : 845940] speechd: LINE here:|200-swahili-test sw none|
[Tue Oct 26 19:27:46 2021 : 845950] speechd: LINE here:|200-tamil ta none|
[Tue Oct 26 19:27:46 2021 : 845961] speechd: LINE here:|200-turkish tr none|
[Tue Oct 26 19:27:46 2021 : 845971] speechd: LINE here:|200-vietnam vi none|
[Tue Oct 26 19:27:46 2021 : 845981] speechd: LINE here:|200-vietnam_hue vi hue|
[Tue Oct 26 19:27:46 2021 : 845992] speechd: LINE here:|200-vietnam_sgn vi sgn|
[Tue Oct 26 19:27:46 2021 : 846002] speechd: LINE here:|200-Mandarin zh none|
[Tue Oct 26 19:27:46 2021 : 846012] speechd: LINE here:|200-cantonese zh yue|
[Tue Oct 26 19:27:46 2021 : 846022] speechd: LINE here:|200 OK VOICE LIST SENT|
[Tue Oct 26 19:27:46 2021 : 847792] speechd: LINE here:|304 CANT LIST VOICES|

--------------67951307D8F1243C25C97740--