See site in english Voir le site en francais
Website skin:
home  download  forum  link  contact

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

Author Topic: Any ideas on how to do this: Robot voice  (Read 2323 times)

0 Members and 1 Guest are viewing this topic.

Offline gattico

  • Sr. Member
  • ****
  • Posts: 337
  • Country: United States us
  • Karma: 15
12 November 2007, 15:52:31
I have tinkering with the Lost in Space robot.  in my Chariot.  What I want is the mouth part to blink while the wav is played.

I can get the wav to play and but in guess I need towork on the timeset to be shorter.

On the mouth I have the texture being changed to red like in the image and back to grey.  I think I need to make a mesh
behind the mouth part that I can make red/black.  The robot body also rotates so a rotating mesh inside the robot will not work.



void Chariot::TextureChange()
{
if ((MainExternalMeshVisual != 0) & (blinkstate==1))
oapiSetTexture (MainExternalMeshVisual,5,red_tex);
if ((MainExternalMeshVisual != 0) & (blinkstate==0))
oapiSetTexture(MainExternalMeshVisual,5,normal_tex);
}



Offline ar81

  • Hero Member
  • *****
  • Posts: 561
  • Karma: 0
Reply #1 - 16 November 2007, 20:18:18

I think it was called "modulador de voz".
I hope it can be downloaded from somewhere.
It makes a nice robot voice, you just type the text in spanish or english and it will speak.



Post Edited ( 11-16-07 20:19 )


Offline Brando14100

  • Full Member
  • ***
  • Posts: 128
  • Karma: 0
Reply #2 - 16 November 2007, 22:23:27
Take recordings from C-3PO :) <(^_^)> :)


Mr. Brando, The Turkey

Offline gattico

  • Sr. Member
  • ****
  • Posts: 337
  • Country: United States us
  • Karma: 15
Reply #3 - 26 November 2007, 15:47:34
I have a wav.  It is the timing of the animation with the voice that I am working on.


Offline Brando14100

  • Full Member
  • ***
  • Posts: 128
  • Karma: 0
Reply #4 - 01 December 2007, 17:18:38
Oh ok

Mr. Brando, The Turkey

Offline Runs with sisscors

  • Jr. Member
  • **
  • Posts: 47
  • Karma: 0
Reply #5 - 07 December 2007, 02:02:44
Quote
ar81 wrote:

I think it was called "modulador de voz".
I hope it can be downloaded from somewhere.
It makes a nice robot voice, you just type the text in spanish or english and it will speak.

actually i think you can find that at    www.joshellison.com and its called   talk any


"Just cause i rock doesnt mean im made of stone"

Offline gattico

  • Sr. Member
  • ****
  • Posts: 337
  • Country: United States us
  • Karma: 15
Reply #6 - 10 December 2007, 12:15:02
Thanks.  I have uploaded the Chariot with the Robot to Orbithangar.  But no voice or blinking red mouth.

« Last Edit: 10 December 2007, 12:15:03 by gattico »