Jump to content

Using a speech engine to highlight words: Difference between revisions

m
→‎{{header|Phix}}: requires comment -> requires() builtin
(added Raku programming solution)
m (→‎{{header|Phix}}: requires comment -> requires() builtin)
Line 128:
 
=={{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
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
Ihandle t3, left, red, right, btn, bc, dlg
7,820

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.