[Solved] Voice Effects Ios SDK [closed]

Look into DSP, (Digital signal processing). This won’t come easy as it does get rather complicated (ever heard of a Fourier transform?). Start by trying to make something react to audio first as you will learn a lot about how to do what you want to do. tl;dr: there is no magic way to do … Read more

[Solved] Animation like Siri when you speak [closed]

Obviously there is a way to achieve this – but is it worth the effort? What you would need: A audio input stream. An spectrum analyzer (something like what this does: http://www.qsl.net/dl4yhf/spectra1.html – there are more than enough signal-processing papers out there). An digestive format to display it. A new view (depending on the UI … Read more