最近需要一个能实时语音转文字的功能 # -*- encoding:utf-8 -*- import hashlib import hmac import base64 from socket import * import json import time import threading from websocket import create_connection import websocket from urllib.parse import quote import logging class Client(): def __init__(self): # 讯飞语音识别服务的WebS…
标签: API调用
1 篇文章