genode/os/src/test/audio_out
Norman Feske 8243329ad4 os: Move Genode::Config into 'config' library
Originally, the convenience utility for accessing a process
configuration came in the form of a header file. But this causes
aliasing problems if multiple compilation units access the config while
the configuration gets dynamically updated. Moving the implementation of
the accessor to the singleton object into a library solves those
problems.
2013-09-23 14:25:58 +02:00
..
main.cc Audio: Replace old with new audio interface 2013-01-10 23:05:43 +01:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
target.mk os: Move Genode::Config into 'config' library 2013-09-23 14:25:58 +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