in reply to Re: Tk Windows Speech Recognition (Dictation)
in thread Tk Windows Speech Recognition
Here is my result
perl -S gedi Same situation as with my simple code
$text->after( 500, sub{ $Tk::widget->update } ); No changes
use Tcl::pTk; (which requires a proper Tcl/Tk installation), same behavior as Tk (same on macOS)
Win32::GUI: works fine, real-time transcription
Wx: works fine, real-time transcription
So, it apparently seems that Tk (Perl or Tcl) is not supporting anything with Speech Recognition. What a shame.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Tk Windows Speech Recognition (Dictation)
by Anonymous Monk on Dec 01, 2019 at 12:23 UTC |