<phyphox xmlns="http://phyphox.org/xml" xmlns:editor="http://phyphox.org/editor/xml" version="1.7" editor:version="1.0" locale="en">
    <title>Audio Raw Data</title>
    <category>Custom Experiments</category>
    <description>Collect the raw data of an audio signal.
This experiment records audio from the microphone for 15 seconds.</description>
    <data-containers>
<container size="720000" static="false" init="" >recording</container>

</data-containers>
    <input>
        <audio rate="48000">
            <output>recording</output>
        </audio>
    </input>
    <output>
    </output>
    <analysis sleep="15.1"  onUserInput="false">
        <const>
            <input as="value" type="value">0</input>
        </const>
    </analysis>
    <views>
        <view label="New view">
            <info label="Nothing to see here…" >
            </info>
        </view>
    </views>
    <export>
        <set name="Raw data">
            <data name="Recording (a.u.)">recording</data>
        </set>
    </export>
</phyphox>