Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ f_kbps
Function
f_kbps
modules/import-export/mod-ffmpeg/ExportFFmpeg.cpp:92–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
// i18n-hint kbps abbreviates
"thousands of bits per second"
91
TranslatableString n_kbps(int n) { return XO(
"%d kbps"
).Format( n ); }
92
TranslatableString f_kbps( double d ) { return XO(
"%.2f kbps"
).Format( d ); }
93
94
enum : int
95
{
Callers
1
ExportFFmpeg.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected