MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / effective_warmup

Function effective_warmup

tests/warmbench.py:558–561  ·  view source on GitHub ↗
(config: dict[str, Any], args: argparse.Namespace)

Source from the content-addressed store, hash-verified

556 default="",
557 help="Comma-separated audio request durations in seconds for ASR/diarization benchmarks.",
558 )
559 parser.add_argument(
560 "--audio-warmup-duration",
561 type=float,
562 default=1.6,
563 help="Warmup audio duration in seconds for ASR/diarization benchmarks.",
564 )

Callers 7

aggregate_warmup_valueFunction · 0.85
build_tts_commandsFunction · 0.85
build_miocodec_commandsFunction · 0.85
build_voxcpm2_commandsFunction · 0.85
build_heartmula_commandsFunction · 0.85
build_higgs_tts_commandsFunction · 0.85
run_scenarioFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected