Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
86
auto NeedsDitherPred(const MixerOptions::StageSpecification &spec) {
87
return spec.mpFirstInstance && spec.mpFirstInstance->NeedsDither();
88
};
89
90
} // namespace
91
Callers
nothing calls this directly
Calls
1
NeedsDither
Method · 0.45
Tested by
no test coverage detected