Using a speech engine to highlight words: Difference between revisions

Content added Content deleted
(added Raku programming solution)
m (→‎{{header|Phix}}: requires comment -> requires() builtin)
Line 128: Line 128:


=={{header|Phix}}==
=={{header|Phix}}==
Requires 0.8.2+, and as-is, this will only work on Windows 32 bit (sorry)<br>
(You can of course run it on a 64-bit OS using a 32-bit version of the compiler/interpreter.)
<lang Phix>-- demo/rosetta/Speech.exw
<lang Phix>-- demo/rosetta/Speech.exw
requires(WINDOWS)
requires(32) -- Windows 32 bit only, for now... (runs fine on a 64-bit OS, but needs a 32-bit pw.exe)
include pGUI.e
include pGUI.e
Ihandle t3, left, red, right, btn, bc, dlg
Ihandle t3, left, red, right, btn, bc, dlg