I'm trying to slow-down some audio while preserving the pitch using the Web Audio API.
Chrome and Safari both support playbackRate for without changing pitch, but I can't find it for Web Audio API.
Is this not possible? Is there another JS library I can use to add this feature? It's critical for my project.