]> git.tuebingen.mpg.de Git - paraslash.git/commit
The afh_receiver, infrastructure.
authorAndre Noll <maan@systemlinux.org>
Tue, 23 Aug 2011 16:11:38 +0000 (18:11 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 18 Nov 2012 19:28:28 +0000 (20:28 +0100)
commit618a25011420f434f05305a4053a49824d39b4a2
tree680781e0af46a3329dad0e40388185dacaf61b96
parent4fa8cb43454bc7e6d958433b1524fdc2f455f2ad
The afh_receiver, infrastructure.

This adds a dummy implementation of the new afh_receiver which will
replace the streaming mode of para_afh.

It "receives" its input data from a local audio file rather than from
a network socket, but supports the same API as all other receivers. In
particular it provides a buffer tree node which feeds the chunks of
the audio file to any filter which is connected to that node. This
mechanism will be used by the para_play executable.

The afh receiver is not needed for para_audiod, so we link afh_recv.o
only to para_recv.
afh_recv.c [new file with mode: 0644]
audiod.c
configure.ac
error.h
m4/gengetopt/afh_recv.m4 [new file with mode: 0644]
recv.c
recv.h
recv_common.c