1.3.1 • Published 1 year ago

xfyun-client v1.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Xfyun Client

NPM License

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();
1.3.1

1 year ago

1.3.0

1 year ago

1.2.1

1 year ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago