tyiannak / pyAudioAnalysis

Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications
Apache License 2.0
5.75k stars 1.18k forks source link

Can we convert female to male audio? #361

Closed Aksh97 closed 2 years ago

Aksh97 commented 2 years ago

Hi, Thanks for the great project.

I'm looking for a way to convert female audio to male audio using python, is it possible to it using this library?

tyiannak commented 2 years ago

No that is not possible with pyaudioanalysis. You will need signal processing techniques to achieve that, but I guess there may be a way to do this using GANs or sth similar.