genode/repos/os/src/test/audio_out_click
Norman Feske afcad2a968 os: new Input::Event representation
This commit changes the 'Input::Event' type to be more safe and to
deliver symbolic character information along with press events.

Issue #2761
Fixes #2786
2018-05-03 15:31:25 +02:00
..
main.cc os: new Input::Event representation 2018-05-03 15:31:25 +02:00
README os: add sporadic sound test 2015-09-09 15:14:29 +02:00
target.mk os: removal of deprecated os/config.h (fix #2431) 2017-05-31 13:16:22 +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