@mcut/media
stretchStereo
Generated TypeScript API reference for the public mcut SDK.
mcut SDK / media/src / stretchStereo
Function: stretchStereo()
function stretchStereo(data, tempo): Promise<StereoData>;Defined in: packages/media/src/time-stretch.ts:53
Stretch stereo PCM by tempo (2 = twice as fast, half as long) with
pitch preserved. Output length ≈ input / tempo.
Parameters
data
tempo
number
Returns
Promise<StereoData>