UNPKG

echogarden

Version:

An easy-to-use speech toolset. Includes tools for synthesis, recognition, alignment, speech translation, language detection, source separation and more.

3 lines (2 loc) 171 B
import { RawAudio } from '../audio/AudioUtilities.js'; export declare function stretchTimePitch(rawAudio: RawAudio, speed: number, pitchScale: number): Promise<RawAudio>;