Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
617
uint WavInFile::getNumBits() const
618
{
619
return header.format.bits_per_sample;
620
}
621
622
623
uint WavInFile::getBytesPerSample() const
Callers
1
openFiles
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected