UNPKG

echogarden

Version:

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

21 lines 883 B
/// <reference path='../typings/Fillers.d.ts' /> export * from './Common.js'; export * from './GlobalOptions.js'; export * from './Synthesis.js'; export * from './Recognition.js'; export * from './Alignment.js'; export * from './SpeechTranslation.js'; export * from './TextTranslation.js'; export * from './TranslationAlignment.js'; export * from './TranscriptAndTranslationAlignment.js'; export * from './TimelineTranslationAlignment.js'; export * from './LanguageDetectionCommon.js'; export * from './SpeechLanguageDetection.js'; export * from './TextLanguageDetection.js'; export * from './VoiceActivityDetection.js'; export * from './Denoising.js'; export * from './SourceSeparation.js'; export * from '../server/Server.js'; export * from '../server/Client.js'; export { timelineToSubtitles, subtitlesToTimeline } from '../subtitles/Subtitles.js'; //# sourceMappingURL=API.js.map