rserota / wad

Web Audio DAW. Use the Web Audio API for dynamic sound synthesis. It's like jQuery for your ears.
MIT License
1.88k stars 160 forks source link

reverse? #131

Closed rexmalebka closed 3 years ago

rexmalebka commented 3 years ago

Hi, is there a way to play in reverse? for example

sample.play({rate:-1})
rserota commented 3 years ago

No, that feature doesn't exist currently. I don't think it would be too hard to build, though.

rserota commented 3 years ago

If you pull down version 4.11.0, a new reverse() method has been added to the Wad prototype that reverses an audio clip.

rexmalebka commented 3 years ago

thank you I have tested.