UNPKG

@comsultia/speech2text

Version:

Google Speech to Text plugin using websockets to communicate with backend

8 lines (6 loc) 184 B
import WsSpeechToText from './ws.service'; import { Config } from './config.interface'; export function init(config: Config) { const ws = new WsSpeechToText(config); return ws; }