echogarden
Version:
An easy-to-use speech toolset. Includes tools for synthesis, recognition, alignment, speech translation, language detection, source separation and more.
9 lines • 335 B
TypeScript
export declare function decodeTimitAudioFile(filename: string): Promise<{
audioChannels: Float32Array<ArrayBufferLike>[];
sampleRate: number;
}>;
export declare function decodeTimitAudio(data: Uint8Array): {
audioChannels: Float32Array<ArrayBufferLike>[];
sampleRate: number;
};
//# sourceMappingURL=TIMITCodec.d.ts.map