jormin/baidu-speech

百度语音Api集成

v1.0.2 2018-01-07 10:10 UTC

This package is auto-updated.

Last update: 2024-11-05 19:43:13 UTC


README

集成了 百度AI 官方的Api接口。

安装

  1. 安装包文件

    $ composer require jormin/baidu-speech

说明

  1. 返回结果说明

    接口返回数据已经经过打包处理,为数组格式,包含三个字段:

使用

  1. 语音识别

       $baiduSpeech = new Jormin\BaiduSpeech\BaiduSpeech($appID, $apiKey, $secretKey);
       $baiduSpeech->recognize($filePath, $url, $callback, $userID, $format, $rate, $lan);

    接口字段:

  2. 语音合成

       $baiduSpeech = new Jormin\BaiduSpeech\BaiduSpeech($appID, $apiKey, $secretKey);
       $baiduSpeech->combine($storagePath, $text, $userID, $lan, $speed, $pitch, $volume, $person);

    接口字段:

License

The MIT License (MIT). Please see License File for more information.