You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
1.1 KiB
24 lines
1.1 KiB
# 讯飞开放平台AI能力SDK
|
|
|
|
[comment]: <> ([](https://www.travis-ci.com/iFLYTEK-OP/websdk-php-speech)[](https://codecov.io/gh/iFLYTEK-OP/websdk-php-speech))
|
|
|
|
提供各种AI能力的PHPSDK。
|
|
|
|
### 安装
|
|
```sh
|
|
composer require iflytekop/xfyun-sdk
|
|
```
|
|
如果下载失败,请使用如下命令更换国内源
|
|
|
|
`composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/`
|
|
|
|
### 使用
|
|
- 语音能力:
|
|
- [语音合成](https://github.com/iFLYTEK-OP/websdk-php-speech/blob/master/doc/speech/TTS.md)
|
|
- [语音转写](https://github.com/iFLYTEK-OP/websdk-php-speech/blob/master/doc/speech/LFASR.md)
|
|
- [语音评测](https://github.com/iFLYTEK-OP/websdk-php-speech/blob/master/doc/speech/ISE.md)
|
|
- [性别年龄识别](https://github.com/iFLYTEK-OP/websdk-php-speech/blob/master/doc/speech/IGR.md)
|
|
|
|
### Demo
|
|
[Demo](https://github.com/iFLYTEK-OP/websdk-php-demo)
|