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

Function InitDitherers

libraries/lib-math/SampleFormat.cpp:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49static Dither gDitherAlgorithm;
50
51void InitDitherers()
52{
53 // Read dither preferences
54 gLowQualityDither = Dither::FastDitherChoice();
55 gHighQualityDither = Dither::BestDitherChoice();
56}
57
58TranslatableString GetSampleFormatStr(sampleFormat format)
59{

Callers 2

InitPart2Method · 0.85
CommitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected