GNU Radio C++ API Reference  3.10.11.0
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

int gr::blocks::wav_header_info::bytes_per_sample

Bytes per sample.

int gr::blocks::wav_header_info::format

sndfile format

int gr::blocks::wav_header_info::nchans

Number of channels.

int gr::blocks::wav_header_info::sample_rate

sample rate [S/s]

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

Number of samples per channel.

int gr::blocks::wav_header_info::subformat

sndfile format


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