MCPcopy Create free account
hub / github.com/aarnphm/whispercpp / fixture_params

Function fixture_params

tests/context_export_test.py:18–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16
17@pytest.fixture(name="params")
18def fixture_params() -> w.api.Params:
19 return (
20 w.api.Params.from_enum(w.api.SAMPLING_GREEDY).with_print_progress(False).build()
21 )
22
23
24@pytest.fixture(name="audio_file")

Callers

nothing calls this directly

Calls 3

with_print_progressMethod · 0.80
from_enumMethod · 0.80
buildMethod · 0.45

Tested by

no test coverage detected