os: recipe and launcher for pkg/waveform_player

This commit is contained in:
Norman Feske 2024-04-15 16:58:40 +02:00 committed by Christian Helmuth
parent 14b3a0c794
commit 49f3eca476
5 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<launcher pkg="waveform_player" priority="-1">
<route>
<service name="Play"> <child name="mixer"/> </service>
</route>
<config period_ms="10">
<play label="left" wave="sine" hz="600" sample_rate_hz="44100"/>
<play label="right" wave="sine" hz="600" sample_rate_hz="44100"/>
</config>
</launcher>

View File

@ -0,0 +1,2 @@
Runtime for deploying the waveform player from the depot

View File

@ -0,0 +1 @@
_/src/waveform_player

View File

@ -0,0 +1 @@
2024-04-15 eec3fad777595fff44d0f2e6c73f06bccbeb9769

View File

@ -0,0 +1,15 @@
<runtime ram="8M" caps="100" binary="waveform_player">
<requires> <play/> </requires>
<config period_ms="10">
<play label="left" wave="sine" hz="600" sample_rate_hz="44100"/>
<play label="right" wave="sine" hz="600" sample_rate_hz="44100"/>
</config>
<content>
<rom label="ld.lib.so"/>
<rom label="waveform_player"/>
</content>
</runtime>