i have downladed a software through terminal.....where do my installed softwares go....

Asked by sak

i have downloded festival a speech to text coversion through my terminal and i have finished downloading it and files have been extracted and i dont know where it is installed..can jus help me.............

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu festival Edit question
Assignee:
No assignee Edit question
Solved by:
Steven Danna
Solved:
Last query:
Last reply:
Revision history for this message
Best Steven Danna (ssd7) said :
#1

Festival is text-to-speech software that is used from the command line itself (or is used by other applications that have been written to use festival)

To see if festival is installed property try the following:

1) Open a Terminal (Accessories->Applications->Terminal)
2) Type the following command: festival

This will put you into festival's interactive-mode. From here try the following:

3) Type: (SayText "Hello")

The computer should talk now. :-)

4) Type (exit) to quit the program

Revision history for this message
sak (aplavakarthik) said :
#2

Thanks Steven Danna, that solved my question.