assemblyai
Version:
The AssemblyAI JavaScript SDK provides an easy-to-use interface for interacting with the AssemblyAI API, which supports async and real-time transcription, as well as the latest LeMUR models.
12 lines (11 loc) • 509 B
TypeScript
export * from "../types/asyncapi.generated";
export * from "../types/realtime";
export * from "../types/helpers";
export * from "../types/streaming";
export * from "../services/realtime/service";
export * from "../services/streaming/service";
export * from "../services/streaming/factory";
export * from "../services/streaming/browser/dual-channel-capture";
export * from "../services/streaming/energy-vad";
export * from "../services/streaming/label-mapper";
export * from "../services/streaming/resampler";