server.py 文件源码

python
阅读 18 收藏 0 点赞 0 评论 0

项目:audiosocket-demo 作者: nexmo-community 项目源码 文件源码
def __init__(self):
        # Browser websocket connections for receiving the binary audio data:
        self.clients = []
        # Browser websocket connections for receiving the event data:
        self.eventclients = []
        self.payload = None  # The buffered PCM frames into 200ms WAV file
        self.count = 0  # How many PCM frames I have in the buffer
        self.vapi_call_uuid = None
        self.vapi_connected = False
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号