genode/repos/os/src/test/audio_out_click
Norman Feske d477a3e76d Avoid use of Connection::KEEP_OPEN feature
This feature is not compatible with the forthcoming nonblocking parent
interface. The patch removes the use of feature in all places except for
the components of the demo repository, which will under go a redesign
anyway.

Issue #2120
Issue #2165
2016-11-25 14:06:14 +01:00
..
main.cc Avoid use of Connection::KEEP_OPEN feature 2016-11-25 14:06:14 +01:00
README os: add sporadic sound test 2015-09-09 15:14:29 +02:00
target.mk os: add sporadic sound test 2015-09-09 15:14:29 +02:00

test-audio_out sends one or more raw audio streams to the "Audio_out"
service. The raw data must comply the Audio_out standard format.

! <start>
!     <filename>test-audio_out</filename>
!     <ram_quota>1M</ram_qouta>
!     <config>
!         <filename>audio1.raw</filename>
!         <filename>audio2.raw</filename>
!         ...
!     </config>
! </start>

       Example configuration entry