UNPKG

echogarden

Version:

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

37 lines (22 loc) 1.05 kB
/// <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' export { type RawAudio, type AudioEncoding, type AudioSourceParam } from '../audio/AudioUtilities.js' export { type Timeline, type TimelineEntryType, type TimelineEntry } from '../utilities/Timeline.js'