MCPcopy Create free account
hub / github.com/audacity/audacity / NeedsDitherPred

Function NeedsDitherPred

libraries/lib-mixer/Mix.cpp:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86auto NeedsDitherPred(const MixerOptions::StageSpecification &spec) {
87 return spec.mpFirstInstance && spec.mpFirstInstance->NeedsDither();
88};
89
90} // namespace
91

Callers

nothing calls this directly

Calls 1

NeedsDitherMethod · 0.45

Tested by

no test coverage detected