| 38 | ) |
| 39 | |
| 40 | class FunAudioChatAudioKwargs(AudioKwargs, total=False): |
| 41 | speech_kwargs: TextKwargs = { |
| 42 | **TextKwargs.__annotations__, |
| 43 | } |
| 44 | |
| 45 | class FunAudioChatProcessorKwargs(ProcessingKwargs, total=False): |
| 46 | audio_kwargs: FunAudioChatAudioKwargs = { |
nothing calls this directly
no outgoing calls
no test coverage detected