Home
last modified time | relevance | path

Searched refs:pitchShift (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dbend.c163 float pitchShift = p->shift; in flow() local
189 pitchShift = p->shift *= pow(2., p->bends[p->bends_pos].cents / 1200); in flow()
197 pitchShift = p->shift * pow(2., progress); in flow()
251 index = k * pitchShift; in flow()
254 p->gSynFreq[index] = p->gAnaFreq[k] * pitchShift; in flow()