libao documentation |
libao version 0.8.0 - 20010804 |
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_open(ao_device *device, void *output_samples, uint_32 num_bytes); |
non-zero value indicates success. 0 indicates failure. The device should be closed.
copyright © 2001 Stan Seibert |
|
libao documentation |
libao version 0.8.0 - 20010804 |