Search found 3 matches

by jamr
Fri Dec 06, 2013 9:24 pm
Forum: General Audio Programming
Topic: iOS help
Replies: 3
Views: 25802

Re: iOS help

Because a developer who is working with Audacity has music knowledge, and if someone also has iOS dev skills they would be very helpful.

I thought it might be a good place to see if some people in the Audacity community are also iOS developers.
by jamr
Tue Nov 12, 2013 11:17 pm
Forum: Audio Processing
Topic: Formula to slow down audio with pitch correction
Replies: 3
Views: 2019

Re: Formula to slow down audio with pitch correction

Thank you! So good to have someone review. Ok so to make sure I have it correct, slowing down the video: 100 second song original length 125 second target length ( ((original length) - (target length)) / (target length) ) * 100 = Percent Change ( ((100) - (125)) / (target length) ) * 100 = -20 So th...
by jamr
Tue Nov 12, 2013 5:03 pm
Forum: Audio Processing
Topic: Formula to slow down audio with pitch correction
Replies: 3
Views: 2019

Formula to slow down audio with pitch correction

Hello - I need to slow down audio by 25% and want to verify the math, after reading the wiki article, I was hoping you someone could validate that I am doing it correctly: http://wiki.audacityteam.org/wiki/Change_Speed ( ((original length) - (target length)) / (target length) ) * 100 = Percent Chang...