MCPcopy Create free account
hub / github.com/FunAudioLLM/Fun-Audio-Chat / log

Function log

web_demo/server/server.py:53–54  ·  view source on GitHub ↗
(level, message)

Source from the content-addressed store, hash-verified

51
52
53def log(level, message):
54 print(f"[{level.upper()}] {message}")
55
56def tts_worker_process(input_queue: MPQueue, output_queue: MPQueue, control_queue: MPQueue, tts_gpu: int = 1):
57 """

Callers 15

tts_worker_processFunction · 0.85
initializeMethod · 0.85
__init__Method · 0.85
stop_tts_processMethod · 0.85
recv_loopMethod · 0.85
save_audio_loopMethod · 0.85
run_generationMethod · 0.85
accumulate_pcm_loopMethod · 0.85
encode_thread_funcMethod · 0.85
send_audio_loopMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected