genode/repos/os/src/test/audio_out_click
Josef Söntgen 7898113f99 os: add sporadic sound test
This scripts starts two Audio_out session clients. These clients
access the soundcard via the mixer. The first client simply streams
a sample file in a loop while the second client generates a click
sound when any key is pressed.

Issue #1666.
2015-09-09 15:14:29 +02:00
..
README os: add sporadic sound test 2015-09-09 15:14:29 +02:00
main.cc 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

README

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