Search Unity

Computer talk

Discussion in 'Scripting' started by OulKra1, Oct 17, 2019.

  1. OulKra1

    OulKra1

    Joined:
    Oct 26, 2018
    Posts:
    48
    Hello, I'm addressing you just to ask you if you know a way to "make the computer talk"
    To summarize, I made a program that recognizes certain words pronounce and I would like that when for example one says "hello" he also answers "hello" (but in voice and not by writing)
     
  2. StarManta

    StarManta

    Joined:
    Oct 23, 2006
    Posts:
    8,775
    You're looking for a "text to speech" engine, there's probably several on the Asset Store.
     
    SparrowGS likes this.
  3. Joe-Censored

    Joe-Censored

    Joined:
    Mar 26, 2013
    Posts:
    11,847
  4. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    38,752
    I took another guy's port of the Software Automatic Mouth (1980s-era talk) and ported it to C# under Unity.

    It's all open source, available here:

    https://github.com/kurtdekker/UnitySAM

    There's a Unity project in there that demonstrates it, lets you type a sentence, etc.
     
    Ryiah likes this.