Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ GetSampleRate
Method
GetSampleRate
src/export/ExportFilePanel.cpp:340–343 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
338
}
339
340
int ExportFilePanel::GetSampleRate() const
341
{
342
return mSampleRate;
343
}
344
345
std::optional<ExportProcessor::Parameters> ExportFilePanel::GetParameters() const
346
{
Callers
5
DynamicRangeProcessorHistoryPanel
Method · 0.45
CompressionMeterPanel
Method · 0.45
OnSampleRateChange
Method · 0.45
OnExport
Method · 0.45
DoExport
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected