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

Method getNumBits

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

Source from the content-addressed store, hash-verified

615
616
617uint WavInFile::getNumBits() const
618{
619 return header.format.bits_per_sample;
620}
621
622
623uint WavInFile::getBytesPerSample() const

Callers 1

openFilesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected