MP3Decoder.channels

Returns the number of channels in the file. Note the channel data is interlaced, meaning the first sample is left channel, second sample right channel, then back and forth (assuming two channels, of course).

class MP3Decoder
@property const pure nothrow @safe @nogc
ubyte
channels
()

See Also

Meta