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

Function ThresholdFormat

src/effects/LegacyCompressor.cpp:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58namespace {
59
60TranslatableString ThresholdFormat( int value )
61 /* i18n-hint: usually leave this as is as dB doesn't get translated*/
62{ return XO("%3d dB").Format(value); }
63
64TranslatableString AttackTimeFormat( double value )
65{ return XO("%.2f secs").Format( value ); }

Callers 2

PopulateOrExchangeMethod · 0.85
UpdateUIMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected