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

Function n_bps

modules/import-export/mod-wavpack/ExportWavPack.cpp:66–66  ·  view source on GitHub ↗

i18n-hint bps abbreviates "bits per sample"

Source from the content-addressed store, hash-verified

64
65// i18n-hint bps abbreviates "bits per sample"
66inline TranslatableString n_bps( int n ) { return XO("%.1f bps").Format( n / 10.0 ); }
67
68const TranslatableStrings BitRateNames {
69 n_bps(22),

Callers 1

ExportWavPack.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected