MayaFlux 0.1.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 883 of file SoundFileReader.cpp.

884{
885 return 2; // time × channels
886}