I found this example of raising the pitch of an MP3 using ActionScript 3. How would I go about lowering the pitch instead of raising it?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You write the same samples more than once to the output buffer.
This pitch-shifting is very simple and fast and suitable for real-time use in flash, but it does change the speed at which the sound is being played. For pitch-shifting that does not change duration you need to use fourier transfom based approach. Like this guy did here.