Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ getNumChannels
Method
getNumChannels
lib-src/soundtouch/source/SoundStretch/WavFile.cpp:611–614 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
609
610
611
uint WavInFile::getNumChannels() const
612
{
613
return header.format.channel_number;
614
}
615
616
617
uint WavInFile::getNumBits() const
Callers
4
openFiles
Function · 0.45
setup
Function · 0.45
process
Function · 0.45
detectBPM
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected