MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ get_num_dimensions()

size_t MayaFlux::IO::SoundFileReader::get_num_dimensions ( ) const
overridevirtual

Get the number of dimensions in the audio data (typically 2: time, channel).

Returns
Number of dimensions.

Implements MayaFlux::IO::FileReader.

Definition at line 595 of file SoundFileReader.cpp.

596{
597 return 2; // time × channels
598}