goldfire / howler.js

Javascript audio library for the modern web.
https://howlerjs.com
MIT License
23.96k stars 2.23k forks source link

Pitch Shifting without changing rate #802

Open manodupont opened 7 years ago

manodupont commented 7 years ago

Hi,

is there any plan to add the change pitch and change rate independantly and all working no matter if you use HTML5 or WebApi ?

So I can change pitch while changing rate using webaudio or on the other case, using HTML5 i can change rate, but it doesnt change pitch.

Any way of just changing pitch with no rate change ?

Isaac-Leonard commented 7 years ago

The web audio API and HTML5 dont have this ability natively so a custom algorithm would need to be made.

bbottema commented 6 years ago

Any update on this? Would love for this feature to be in Howler.js

scriptorum commented 4 years ago

Would really like this feature. It was disappointing to discover this inconsistency in Howler after I had already implemented it.

yasz commented 2 days ago

if there is any updated about this topic?