The tts engine leaves much to be desired though...
(Note that my quick and dirty text on command line approach is limited by `ARG_MAX` and company. If pico2wave accepts text on stdin, it should work, too.)
Here's a base64 encoded sample of what I got from https://techcrunch.com/2019/06/23/week-in-review-youtubes-awful-comments-and-googles-1b-tech-free-investment/
[tmpedrzr7pe.wav.b64.txt](https://github.com/jarun/googler/files/3318063/tmpedrzr7pe.wav.b64.txt)
Sorry, unplanned things came up over the weekend so this has to wait till tomorrow, again...
> Would it be possible to read it as well using pico2wave?
>
> I tried this using subprocess but I think the encoding to utf-8 has to be changed to pass the text to pico2wave. For me the output wav is just reading the characters one by one.
I don't have a Linux install connected to a sound device right now so I can't test this (okay, I'm too lazy to reboot into my bare metal Linux install...). What do you mean by "the encoding to utf-8 has to be changed"? You mean it only accepts ASCII, so U+0080 and above need to be stripped? As long as this pico2wave accepts textual input, there's no reason googler, which prints text, can't work with it.