The 'say text' function in *.abb files has broken with the latest Windows 11 update.
John--who is happy to troubleshoot
The 'say text' function in *.abb files has broken with the latest Windows 11 update.
John--who is happy to troubleshoot
Hello BBands,
i can confirm that Say() is working CORRECT in Windows 11 64bit, current Windows 11 patches with AB 6.20.1. ... Sound is on ! ...
In my mind there are these possible issues:
_SECTION_BEGIN( "Say Text" );
RequestTimedRefresh( 0.3, False );
fSound = ParamTrigger( "Say", "Say Text" );
if( fSound )
{
Say( "John--who is happy to troubleshoot" );
}
_SECTION_END();
=== AB BATCH ===
Additional Information: Say Text is working CORRECT in AB Batch ( *.abb )
... Sound is on ! ...
Sample: Say-Text.abb
<?xml version="1.0" encoding="ISO-8859-1"?>
<AmiBroker-Batch CompactMode="0">
<Step>
<Action>Say</Action>
<Param>John--who is happy to troubleshoot</Param>
</Step>
</AmiBroker-Batch>
Why you are using AB 6.20.1 and not upgrade to 6.40.4, you are missing the best ! ...
Best regards,
Peter
After yet another Windows 11 update yesterday AB is speaking again.
As to why I haven't upgraded AB: I worry about changes / unintended consequences and take the approach of not upgrading unless I need to.
Best to all,
John
AmiBroker is not Windows. We don't break things that work.
Tomasz,
My comment was not about AB, it was about software in general. I have great respect to you and AB and no reason to believe that there is anything wrong.
Best regards,
John
John, no worries, I fully understand.
This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.