Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/FunAudioLLM/Fun-ASR
/ format_time
Function
format_time
client_python.py:46–48 ·
view source on GitHub ↗
(ms)
Source
from the content-addressed store, hash-verified
44
45
46
def
format_time(ms):
47
s = ms / 1000
48
return
f
"{s:.1f}s"
49
50
51
def
print_result(data, show_spk=True):
Callers
1
print_result
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected