Skip to content

Oldes/Rebol-Speak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rebol-speak

Rebol-Speak CI Gitter Zulip

Rebol/Speak

Speak extension for Rebol3 (version 3.14.1 and higher)

Usage

import speak
say "Hello world!"

Extension commands:

list-voices

Print a list of available system voices

say :text

Converts text to speech and plays it

  • text [string!] The text to be spoken
  • /as
  • voice [integer! handle!] Specify the voice or handle to use for speech synthesis
  • /no-wait Do not block execution while the speech is playing