UNPKG

sofya.transcription

Version:

a JavaScript library that provides a robust and flexible solution for real-time audio transcription. It is designed to transcribe audio streams and can be easily integrated into web applications.

5 lines 252 B
import * as AIServiceSpeechRealtimeClient from "./ai-speech-realtime-web-client"; export * from "./ai-speech-realtime-web-client"; export * from "./ai-speech-api-client"; export default AIServiceSpeechRealtimeClient; //# sourceMappingURL=index.d.ts.map