以下是使用
百度API进行
语音识别的
Python代码示例:
```
python
from aip im
port AipSpeech
# 设置APPID/AK/SK
APP_ID =
'your_app_id
'
API_KEY =
'your_
api_key
'
SECRET_KEY =
'your_secret_key
'
# 初始化AipSpeech对象
client = AipSpeech(APP_ID,
API_KEY, SECRET_KEY)
# 读取文件
def get_file_co
ntent(filePath):
with open(filePath,
'rb
') as fp:
return fp.read()
# 识别本地文件
result = client.asr(get_file_co
ntent(
'audio.pcm
'),
'pcm
', 16000, {
'dev_pid
': 1536,
})
# 打印识别结果
print(result[
'result
'][0])
```
本文地址:http://sjzytwl.xhstdz.com/quote/68642.html
物流园资讯网 http://sjzytwl.xhstdz.com/ , 查看更多