rany2
rany2
Nevermind it's still inconsistent when it comes to this, but the first few runs were fine. I got my hopes up when it was working the first couple runs ):...
@tschnibo but there's no way that `receive_timeout` would be more than a minute? it's for sock recv... are you sure? The `receive_timeout` now is controlling the receive for the low-level...
> see if there is some sort of termination message There isn't unfortunately :( > Just with my timeout setting, the mp3 file is produced for 10 minutes and then...
@tschnibo so you're saying that the defaults right now don't need any adjusting?
`edge-tts` already supports this, it's only `edge-playback` that has this limitation. What you could do is the following: ``` | edge-tts --file /dev/stdin 2>/dev/null | mpv - ```
`/dev/stdin` is actually an alias for stdin, it's handled in edge-tts so it works even if that file doesn't exist (i.e., this works on Windows too)
To be honest, I think it's quite confusing. I'll update it and add `-` as a supported parameter. You would never guess this if you didn't check the code.
Have you looked into this for FreeBSD tests? It might require some reorganization of the workflow to avoid code duplication but it seems feasible without any need for cirrus-ci. https://github.com/vmactions/freebsd-vm
Hello, no time frame for when I'll put something like this out but thanks a lot for the info with voice list, supported styles, etc. I think it might be...
I'm sorry but I've been really busy these few weeks. I'll try to do something about this soon but no ETA or promises :(