daemon: first shot at a basic common pulse interface.
authorKrisztian Litkey <krisztian.litkey@intel.com>
Tue, 22 Apr 2014 11:49:54 +0000 (14:49 +0300)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Tue, 22 Apr 2014 12:08:31 +0000 (15:08 +0300)
commit33a30c66734f049752bdf5d2f9b780fd66f6014d
tree0db9a2f5bd832d642c14d81e0f54633943ba184e
parentf17bdf91fe599f4a6a8e637c4c9ba5781e682fad
daemon: first shot at a basic common pulse interface.

In an attempt to provide a common PA interface and prevent
plugin-specific ones spreading like wildfire I lifted and
massaged espeak/pulse over as a common one to daemon. In
its current form it's not versatile enough to migrate all
the plugins over (eg. it provides nothing for recording or
tracking sinks) but it should be enough already for the
voice backend plugins.
src/Makefile.am
src/daemon/context.h
src/daemon/daemon.c
src/daemon/pulse.c [new file with mode: 0644]
src/daemon/pulse.h [new file with mode: 0644]