The expressions demo runs great, but the TextToSpeech one is in red&black only!
Is it only on my computer?
If it is, can someone please tell me how to fix it, and if it's not, can someone please explain why?
Thank you
RK.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
well its a glut app so I let glut handle the opengl initialization. I don't think I ever specify the number of colors to run in, just the resolution of the screen and I think the RGBA flag (which probably means 32 bit color).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The expressions demo runs great, but the TextToSpeech one is in red&black only!
Is it only on my computer?
If it is, can someone please tell me how to fix it, and if it's not, can someone please explain why?
Thank you
RK.
hmm only time I've seen this is when the tts engine fails to initalize, at which point the demo was useless so the color scheme didn't matter much.
-Gedalia
What in the demo or engine decides in which resolution and in how many colors should it run?
well its a glut app so I let glut handle the opengl initialization. I don't think I ever specify the number of colors to run in, just the resolution of the screen and I think the RGBA flag (which probably means 32 bit color).