WARNING: The online documentation has moved to https://docs.pjsip.org.
Visit the new documentation at https://docs.pjsip.org:
Home --> Documentations --> PJMEDIA Reference
#include <wave.h>
This file describes the simpler/canonical version of a WAVE file. It does not support the full RIFF format specification.
"RIFF" ASCII tag.
File length minus 8 bytes
"WAVE" ASCII tag.
This structure describes RIFF WAVE file header
"fmt " ASCII tag.
16 for PCM.
Data length.
1 for PCM
Number of channels.
Sampling rate.
Average bytes per second.
nchannels * bits / 8
Bits per sample.
This structure describes format chunks/header
"data" ASCII tag.
The data header preceeds the actual data in the file.