Answer the question
In order to leave comments, you need to log in
How to copy a human voice into a robot?
is there any possibility of a real human being to insert a voice into a robot.
Answer the question
In order to leave comments, you need to log in
Look at UTAU and Vocaloid. Scheme: speech is generated from pre-recorded samples of the voice of a living person.
EDIT: A similar scheme works in all synths. The difference is only in the number of variations of one sound and the algorithm for choosing the right one.
For Long.decode to decode hexadecimal numbers, precede the number with 0x. Example: Long.decode("0xff00dd")
It may be more convenient for your task to use Long.parseLong, which takes a number system as the second argument. Example: Long.parseLong("ff00dd", 16)
PS int is enough to store the color.
line 666
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question