soundtouch-as3
soundtouch-as3 copied to clipboard
AS3 Port of the SoundTouch Sound Processing Library
Results
2
soundtouch-as3 issues
Sort by
recently updated
recently updated
newest added
is it possible to loop the sound tranformed by soundtouch library? And what is the most efficient way for doing that?
Using StandingWave's `AudioSampleHandler` class, when the player reaches the end of the source, `SoundTouchFilter` returns a `Sample` with a length less than requested. This results in an exception like: ```...