Closed
Description
Reviewed guidelines
- I have read and understand the suggestion guidelines
Checked for duplicate suggestions
- I checked for existing similar suggestions
Summary
Add the web audio API detune. This is useful to change pitch without changing length of the sound.
Possible workarounds or alternatives
Import sound pitch shifted, download size and maintainability suboptimal.
Change playback rate, but that changes length of the sound.
Proposed solution
Add the web audio API detune, as it now has wide browser support according to https://developer.mozilla.org/en-US/docs/Web/API/AudioBufferSourceNode/detune
Why is this idea important?
Change pitch of a sound without changing its length, useful for adding variance to sound effects and games with music elements (i.e. you can play a piano in game)
Additional remarks
No response