libao documentation |
libao version 1.2.0 - 201401271 |
declared in "ao/ao.h";
Play a block of audio data to an open device. Samples are interleaved by
channels (Time 1, Channel 1; Time 1, Channel 2; Time 2, Channel 1;
etc.) in the memory buffer.
int ao_play(ao_device *device, char *output_samples, uint_32 num_bytes); |
non-zero value indicates success. 0 indicates failure. The device should be closed.
copyright © 2001-2003 Stan Seibert, 2010-2011 Monty |
|
libao documentation |
libao version 1.2.0 - 201401271 |