Right now I am using ffmpeg native lib.. i can play audio and can change the tempo but with tempo pitch also chages... any way to change only tempo using ffmpeg?
I'm taking a data from a sensor then taking the average, I would like it to reuse the values once the arraylist has reached 50 values. so that its a usable average
for a rolling average, still reset to zero every time it hits fifty, but you can average any time. since it overwrites the oldest ones first, you always have the latest fifty in the array
I'd like to be constantly taking a average no matter the size of the array
I Could probably use the method i already have for that and incorporate the rest of it. Can you explain what a incrementer is to me? xD or point me to documentation