rany2
rany2
https://github.com/lynxthecat/cake-autorate#status
An alternative solution would be to get rid of the prompt all together, I don't see why any user would say "no" to this in the first place.
I think it's related to an issue I've started encountering a month ago where the service randomly stops responding with audio data. It's a problem I've observed in the Edge...
Do you have any luck with the latest release (6.1.10)?
Seems slightly better, but no luck. For context, I ran a generation 6 times on the a.txt file; there's about a megabyte or so missing in two of those files......
@expwise Thanks for the info, I'll attempt a workaround in a bit. For the time being, I guess you'll need to stick to 6.1.9 as it works better somehow. It's...
@briankendall It's more complicated than I expected, the issue is that sometimes their API returns audio output partially on the same connection. So I can't just have a check on...
@lefnire we're doing that already, I tried different chunk sizes and I'm having the same issues regardless :(
@lefnire not sure what you mean by to-file but you could actually save the mp3: https://github.com/rany2/edge-tts/blob/e58af9da76c7c7ba101c955ee1c2e98ce424f58f/examples/basic_generation.py#L19
I'm not sure if you're aware of this or if this is helpful, but the following change fixes it on my machine: ```diff diff --git a/library/common.h b/library/common.h index 3936ffdfe..d8c407319 100644...