views:

50

answers:

2

Hello All,

I have a challenging task please help

Task:

Just say something into your iPhone or capture a friend saying something. Then application make it sound even MORE ridiculous with your choice of over a dozen different voices. Voices of animals, guitar, drum etc. In this task we have to convert Pitch Manipulation i suppose.

Please provide relevant ideas thanks.

A: 

The easiest way to change the pitch would be to speed it up or slow it down (half speed = down one octave, 2x speed = up one octave). But there are algorithms for maintaining speed...

http://www.dspdimension.com/admin/time-pitch-overview/

http://users.ecel.ufl.edu/~cdeng/pitch_shifting_algorithm.htm

wybiral
A: 

Pitch shifting is already been discussed here

http://stackoverflow.com/questions/1100495/real-time-pitch-shifting-on-the-iphone

You will have to add animal, guitar, drum sounds to the output stream for extra effects.

Anil Sivadas