examples: update with LLMUserAggregatorParams vad_analyzer and VADProcessor
This commit is contained in:
@@ -183,9 +183,8 @@ tools = ToolsSchema(
|
||||
)
|
||||
|
||||
|
||||
# We store functions so objects (e.g. SileroVADAnalyzer) don't get
|
||||
# instantiated. The function will be called when the desired transport gets
|
||||
# selected.
|
||||
# We use lambdas to defer transport parameter creation until the transport
|
||||
# type is selected at runtime.
|
||||
transport_params = {
|
||||
"daily": lambda: DailyParams(
|
||||
audio_in_enabled=True,
|
||||
|
||||
Reference in New Issue
Block a user