GNU Radio Manual and C++ API Reference  3.10.9.1
The Free & Open Software Radio Ecosystem
gr::blocks::wav_header_info Struct Reference

WAV file header information. More...

#include <gnuradio/blocks/wavfile.h>

Public Attributes

int sample_rate
 sample rate [S/s] More...
 
int nchans
 Number of channels. More...
 
int bytes_per_sample
 Bytes per sample. More...
 
long long samples_per_chan
 Number of samples per channel. More...
 
int format
 sndfile format More...
 
int subformat
 sndfile format More...
 

Detailed Description

WAV file header information.

Member Data Documentation

◆ bytes_per_sample

int gr::blocks::wav_header_info::bytes_per_sample

Bytes per sample.

◆ format

int gr::blocks::wav_header_info::format

sndfile format

◆ nchans

int gr::blocks::wav_header_info::nchans

Number of channels.

◆ sample_rate

int gr::blocks::wav_header_info::sample_rate

sample rate [S/s]

◆ samples_per_chan

long long gr::blocks::wav_header_info::samples_per_chan

Number of samples per channel.

◆ subformat

int gr::blocks::wav_header_info::subformat

sndfile format


The documentation for this struct was generated from the following file: