Skip to content

Commit

Permalink
It seems that Spanish voices need a little more time (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
alekssamos authored May 6, 2023
1 parent e1d7826 commit 76839e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion msspeech/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ async def synthesize(
for rpcount in range(1, rplimit + 1):
try:
res = await asyncio.wait_for(
self._synthesize(text, filename_or_buffer, multivoices), 240
self._synthesize(text, filename_or_buffer, multivoices), 500
)
return res
except (
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "msspeech"
version = "3.7.10"
version = "3.7.11"
description = "not official API for Microsoft speech synthesis from Microsoft Edge web browser read aloud"
authors = ["Alexey <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 76839e4

Please sign in to comment.