MCPcopy Create free account
hub / github.com/adamstark/AudioFile / getNumChannels

Method getNumChannels

AudioFile.h:339–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337//=============================================================
338template <class T>
339int AudioFile<T>::getNumChannels() const
340{
341 return static_cast<int> (samples.size());
342}
343
344//=============================================================
345template <class T>

Callers 13

writeTestAudioFileFunction · 0.80
test8Bit44100WithIntegerFunction · 0.80
test8Bit44100WithIntegerFunction · 0.80
writeSineWaveToAudioFileFunction · 0.80

Calls

no outgoing calls

Tested by 8

writeTestAudioFileFunction · 0.64
test8Bit44100WithIntegerFunction · 0.64
test8Bit44100WithIntegerFunction · 0.64