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

Method getSampleRate

lib-src/soundtouch/source/SoundStretch/WavFile.cpp:629–632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

627
628
629uint WavInFile::getSampleRate() const
630{
631 return header.format.sample_rate;
632}
633
634
635

Callers 3

openFilesFunction · 0.80
setupFunction · 0.80
detectBPMFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected