Definition at line 32 of file openal-dec.c.
Definition at line 33 of file openal-dec.c.
OpenAL capture device context.
Definition at line 35 of file openal-dec.c.
Referenced by read_close(), read_header(), and read_packet().
The number of channels in the captured audio.
Definition at line 37 of file openal-dec.c.
Referenced by read_header().
The sample rate (in Hz) of the captured audio.
Definition at line 39 of file openal-dec.c.
Referenced by read_header().
The sample size (in bits) of the captured audio.
Definition at line 41 of file openal-dec.c.
Referenced by read_header().
The OpenAL sample format of the captured audio.
Definition at line 43 of file openal-dec.c.
Referenced by read_header().
The number of bytes between two consecutive samples of the same channel/component.
Definition at line 45 of file openal-dec.c.
Referenced by read_header(), and read_packet().
If true, print a list of capture devices on this system and exit.
Definition at line 47 of file openal-dec.c.
Referenced by read_header().