The Time / Pitch Stretch 2 plug-in (Audio FX) does not work correctly.
given a wave file of length 11.162 seconds:
pitched down by 2 semi-tones gives
- In Goldwave a file of length 12.528 seconds
- In Sonar 7 (while holding the shift key in the plugin) a file of length 12.951 seconds
The math behind it:
2 semi-tones down is a playback speed of 89.0899% (= 2 ^(-2/12)), so this is a length of 1.122 (= 1 / 2 ^(-2/12)). Applied to our file
11.162 * 1.122 = 12.528 seconds
so Goldwave is right and Sonar is wrong