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

Class FunAudioChatAudioKwargs

funaudiochat/processing_funaudiochat.py:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38)
39
40class FunAudioChatAudioKwargs(AudioKwargs, total=False):
41 speech_kwargs: TextKwargs = {
42 **TextKwargs.__annotations__,
43 }
44
45class FunAudioChatProcessorKwargs(ProcessingKwargs, total=False):
46 audio_kwargs: FunAudioChatAudioKwargs = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected