Python-WORLD icon indicating copy to clipboard operation
Python-WORLD copied to clipboard

How to use it to convert female voice to male?

Open Aksh97 opened this issue 3 years ago • 2 comments

Please Help to female audio file to male. Can it be done using this library?

Aksh97 avatar Nov 25 '21 07:11 Aksh97

Hi, thanks for the questions. There are functions for speech modification like: scale_pitch, scale_duration, warp_spectrum. For more detail, you can check this main.py . The target modification, however, is decided by users, which is a tricky part.

tuanad121 avatar Nov 25 '21 18:11 tuanad121

Hi @tuanad121, thanks for the reply. Really appreciate the help.

So, there is no generalize way to convert the voice from female to male. It would be dependent on each voice sample, what values to be modified for scale_pitch, scale_duration, warp_spectrum ?

Also, have you ever tried something like that and what values would be good for them?

Aksh97 avatar Nov 26 '21 10:11 Aksh97