UNPKG

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.

7 lines (6 loc) 193 B
export * from "./factory"; export * from "./service"; export * from "./browser/dual-channel-capture"; export * from "./energy-vad"; export * from "./label-mapper"; export * from "./resampler";