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

Method isMono

AudioFile.h:346–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344//=============================================================
345template <class T>
346bool AudioFile<T>::isMono() const
347{
348 return getNumChannels() == 1;
349}
350
351//=============================================================
352template <class T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected