Closed AdnielSsj closed 11 months ago
I believe this happens when skip_synthesize is enabled in some circumstances. I'm able to reproduce in that situation. I'll have to investigate.
I figured out the issue. This happens when both skip_synthesize
is True and batch_tts_synthesize
is True.
The reason is that when skipping voice synthesis, it uses the files inside workingFolder
, so it can only do this for a single language, not a batch of them.
I'll have to add a warning for this case.
Should be fixed as of commit 411b5148632cd21c05acf171e5abc260b4607598 So it will be in the next release
When I try to Batch Process with Azure, it gives me this error.
Just for information, I am on the standard subscription, not the free one. So, I tried to deactivate the Azure Batch process, and it shows me the error:
And it ends up happening that Azure creates 0kb .mp3 audio files, and the error that they had fixed in fix #17 reappears. For information, I am using the latest version of ASTD 0.14.1.
I tried changing
add_line_buffer_milliseconds = 0
toadd_line_buffer_milliseconds = 1
. Because I saw it was a possible error cause, but it still didn't work, and the issue with empty audio files persists.