MCPcopy 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
611uint WavInFile::getNumChannels() const
612{
613 return header.format.channel_number;
614}
615
616
617uint WavInFile::getNumBits() const

Callers 4

openFilesFunction · 0.45
setupFunction · 0.45
processFunction · 0.45
detectBPMFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected