UNPKG

echogarden

Version:

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

4 lines (3 loc) 246 B
import { RawAudio } from '../audio/AudioUtilities.js'; export declare function resampleAudioSpeex(rawAudio: RawAudio, outSampleRate: number, quality?: number): Promise<RawAudio>; export declare function getSpeexResamplerInstance(): Promise<any>;