audio - Change the «voice» played with a button in iOS app -


i have soundboard app says phrases, want able change male/female voice, thing have no idea how make this. appreciated.

i'm using avfoundation/avaudioplayer play sounds.

thank you!

can bit hard !

you need change pitch of voices, if raise have higher pitch (can defined female), if decrease pitch give low sound (can defined male)!

the simplest way playing áudio in different sample rate, change speed of audio :-(

the hard , right way build pitch shift algorithm, can done in time domain (psola, sola, wsola) or in frequency domain (phase vocoder) !

some of these techniques can disfigure original voice (can change phase , envelope) looking artificial, can especific question methods in https://dsp.stackexchange.com/ more detailed answer !


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -