genode/repos/os/src/test/audio_out_click/README
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

15 lines
396 B
Plaintext

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