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

Method NewWaveTrack

libraries/lib-import-export/ImportUtils.cpp:34–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34WaveTrack::Holder
35ImportUtils::NewWaveTrack(WaveTrackFactory &trackFactory,
36 unsigned nChannels,
37 sampleFormat effectiveFormat,
38 double rate)
39{
40 return trackFactory.Create(nChannels, ChooseFormat(effectiveFormat), rate);
41}
42
43void ImportUtils::ShowMessageBox(const TranslatableString &message, const TranslatableString& caption)
44{

Callers

nothing calls this directly

Calls 1

CreateMethod · 0.45

Tested by

no test coverage detected