G
G
Giory Pupkin2015-01-03 19:32:23
Programming
Giory Pupkin, 2015-01-03 19:32:23

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

6 answer(s)
R
riot26, 2015-01-03
@riot26

write down all the sounds and then glue them into words

M
MiiNiPaa, 2015-01-03
@MiiNiPaa

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.

U
uvelichitel, 2016-01-04
@uvelichitel

Fourier transforms

L
limito, 2014-06-16
@Shadow_wayfarer

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.

S
Sergey, 2014-06-16
Protko @Fesor

line 666

involuntarily brought a smile.
So what's the problem then? If an exception is thrown (NumberFormatException?), then the problem is in the content of color ... And so one can only guess.

L
lo-fi, 2014-06-20
@hrls

Throws java.lang.NumberFormatException for invalid string format.
Eclipse highlights an unused variable.
There is such a thing as Java Code Conventions - it is required to memorize.
www.oracle.com/technetwork/java/codeconventions-15...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question