PDA

View Full Version : Pulse audio - playing sound programmatically



t1497f35
June 30th, 2012, 08:45 PM
Hi,
Is pulse audio a set of APIs?
The documentation from the official site didn't answer my question.

I'd expect there to be an (C/C++/whatever) PulseAudio API and a tutorial teaching you e.g. how to create a sound line of certain configuration (sample rate, size, etc) and push bytes through it to get sounds, like this (http://docs.oracle.com/javase/tutorial/sound/index.html).

EDIT: so far I found this (http://freedesktop.org/software/pulseaudio/doxygen/).