MCPcopy 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
46def format_time(ms):
47 s = ms / 1000
48 return f"{s:.1f}s"
49
50
51def print_result(data, show_spk=True):

Callers 1

print_resultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected