Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FunAudioLLM/Fun-Audio-Chat
/ ControlMessage
Class
ControlMessage
web_demo/server/protocal.py:29–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
28
29
class
ControlMessage:
30
START = 0x00
31
END_TURN = 0x01
32
PAUSE = 0x02
33
RESTART = 0x03
34
35
36
def
encode_handshake(version: int = 0, model: int = 0) -> bytes:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected