百度语音合成和识别

https://ai.baidu.com/

https://console.bce.baidu.com/ai/?fromai=1#/ai/speech/app/detail~appId=316080

https://ai.baidu.com/docs#/ASR-Online-PHP-SDK/top

http://ai.baidu.com/docs#/TTS-Online-PHP-SDK/top

<?php

require_once 'AipSpeech.php'

// 你的 APPID AK SK 

const APP_ID = '你的 App ID'

const API_KEY = '你的 Api Key';

const SECRET_KEY = '你的 Secret Key'

$client = new AipSpeech(APP_ID, API_KEY, SECRET_KEY);

    A+
发布日期:2018年04月23日  所属分类:未分类

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: