Skip to main content

ClikaRT::io::AudioInfo

struct

Header: ClikaRT/io/io.h

An audio stream's effective layout, read from its header. With non-zero target_* the figures reflect what a decode to that target would produce (duration in seconds = frames/sample_rate).

Data members

sample_rate

int sample_rate

Hz.

Declared in ClikaRT/io/io.h, line 40

channels

int channels

interleaved channels

Declared in ClikaRT/io/io.h, line 41

frames

std::int64_t frames

samples per channel

Declared in ClikaRT/io/io.h, line 42