1.3.1 • Published 1 year ago
xfyun-client v1.3.1
Xfyun Client
Install
npm install xfyun-client
Install peer dependencies
npm install rxjs@7
Usage
import { IseConnection } from 'xfyun-client';
const connection = new IseConnection({
language: 'en_vip',
group: 'adult',
category: 'read_sentence',
text: '',
appId: '',
wsUrl: '',
});
await connection.connect();
await connection.sendAudioBuffer(data);
await connection.complete();
const response = connection.getResponse();