We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa7ecb4 commit 31762fcCopy full SHA for 31762fc
src/renderer/uia/UiaRenderer.cpp
@@ -293,9 +293,9 @@ void UiaEngine::WaitUntilCanRender() noexcept
293
{
294
try
295
296
- // The speech API (SAPI) is limited to 1000 characters at a time.
+ // The speech API is limited to 1000 characters at a time.
297
// Break up the output into 1000 character chunks to ensure
298
- // the output isn't cut off by SAPI.
+ // the output isn't cut off.
299
static const size_t sapiLimit{ 1000 };
300
while (_queuedOutput.size() > sapiLimit)
301
0 commit comments