GNU Radio 3.6.5 C++ API

wavfile.h File Reference

#include <blocks/api.h>
#include <cstdio>

Go to the source code of this file.

Namespaces

namespace  gr
namespace  gr::blocks

Functions

bool gr::blocks::wavheader_parse (FILE *fp, unsigned int &sample_rate, int &nchans, int &bytes_per_sample, int &first_sample_pos, unsigned int &samples_per_chan)
 Read signal information from a given WAV file.
short int gr::blocks::wav_read_sample (FILE *fp, int bytes_per_sample)
 Read one sample from an open WAV file at the current position.
bool gr::blocks::wavheader_write (FILE *fp, unsigned int sample_rate, int nchans, int bytes_per_sample)
 Write a valid RIFF file header.
void gr::blocks::wav_write_sample (FILE *fp, short int sample, int bytes_per_sample)
 Write one sample to an open WAV file at the current position.
bool gr::blocks::wavheader_complete (FILE *fp, unsigned int byte_count)
 Complete a WAV header.