Closed belonesox closed 4 years ago
Thanks, first step done, reproducible.
The problem is that the effective sample rate is 240000, but over 192000 in internal exception is thrown.
if (aSampleRate > 192000) ST_THROW_RT_ERROR("Error: Excessive samplerate");
This TimeStretch plugin is an external one from http://www.surina.net/soundtouch/
Its internal exceptions - by which the parameter checking problems are signing - are not handled specifically, we are seeing only an unhandled C++ exception.
Fixed: proper error message is now shown.
Lets consider small script with example of speed up with pitch compensation for audio. For old AVS it works.
For AVS+
Sample files https://drive.google.com/file/d/1FFOJPMH32IaIFVPGHucQSEsouwMi0oAe/view?usp=sharing (41K)
AVS+ 32bit, debug, from