You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pitch shifter implementation seems to only work for transpose > 0.0f, but the function takes a float as input. If the function does not allow transposing down, it should at least be indicated in the documentation? Or is it supposed to work and I am doing something wrong?
The text was updated successfully, but these errors were encountered:
@jbeda akaik the pitch shifter should accept negative values.
That said, I recall there being a bit of an issue with the math, and it not being semitone-accurate with a negative value. So it's possible someone added a clamp to prevent that.
Thanks for pointing this out, we'll look into it and get it fixed up ASAP.
hi, i still have an issue with setTranspose(-semitones) for shifting semitones up it works bit for shifting semitones down audio is muted, if its fixed maybe i am using it wrong, can someone show an example how to shift semitones down
The pitch shifter implementation seems to only work for transpose > 0.0f, but the function takes a float as input. If the function does not allow transposing down, it should at least be indicated in the documentation? Or is it supposed to work and I am doing something wrong?
The text was updated successfully, but these errors were encountered: