Author Topic: Fun Stuff! - Text To Speech using Windows’ Powershell  (Read 5594 times)

0 Members and 1 Guest are viewing this topic.

Offline Prithak

  • Newbie
  • Posts: 56
  • Life itself is a Programming Language!
    • View Profile
    • My Programming Language
Re: Fun Stuff! - Text To Speech using Windows’ Powershell
« Reply #15 on: January 19, 2019, 09:26:38 pm »
interesting... can this be reversed SPEECH -> TEXT?
Who knows? Let's give it a try! Although I don't really know how to get input from microphone in QB64 yet, but I'll figure it out... Somehow...
CLS
IF computer$ = "ON" THEN
me$ = "Happy!"
ELSE
me$ = "Time To Draw!"
END IF
END