Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/FunAudioLLM/Fun-ASR
/ send_audio
Function
send_audio
client_python.py:122–126 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
120
)
121
122
async
def
send_audio():
123
with
stream:
124
while
True:
125
chunk = await audio_queue.get()
126
await ws.send(chunk.tobytes())
127
128
async
def
recv_results():
129
async
for
msg in ws:
Callers
2
run_mic
Function · 0.85
run_file
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected