Daniel P. Berrangé
3e97d81a81
conf: add support for audio backend specific settings
This pulls in the remaining QEMU audio backend specific settings to the
XML schema.
<audio id="1" type="alsa">
<input dev="/dev/dsp0"/>
<output dev="/dev/dsp1"/>
</audio>
<audio id="1" type="coreaudio">
<input bufferCount="50"/>
<output bufferCount="42"/>
</audio>
<audio id="1" type="file" path="audio.wav"/>
<audio id="1" type="jack">
<input serverName="fish" clientName="food" connectPorts="yum"/>
<output serverName="fish" clientName="food" connectPorts="yum"/>
</audio>
<audio id="1" type="oss" tryMMap="yes" exclusive="yes" dspPolicy="3">
<input dev="/dev/dsp0" bufferCount="50" tryPoll="yes"/>
<output dev="/dev/dsp1" bufferCount="30" tryPoll="no"/>
</audio>
<audio id="1" type="pulseaudio" serverName="acme.example.org">
<input name="fish" streamName="food" latency="100"/>
<output name="fish" streamName="food" latency="200"/>
</audio>
<audio type='sdl' id='1' driver='pulseaudio'>
<input bufferCount='40'/>
<output bufferCount='40'/>
</audio>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2021-03-09 22:58:49 +00:00
..
2021-01-08 09:18:21 +01:00
2021-02-03 17:30:52 +00:00
2020-10-07 09:18:07 +02:00
2021-02-10 15:00:45 +01:00
2020-10-07 09:18:07 +02:00
2020-10-07 09:18:07 +02:00
2021-02-10 11:44:48 +00:00
2020-10-07 09:18:07 +02:00
2021-03-09 22:58:49 +00:00
2021-01-08 15:27:00 +01:00
2020-10-07 09:18:07 +02:00
2020-10-07 09:18:07 +02:00
2020-10-07 09:18:07 +02:00
2020-10-07 09:18:07 +02:00
2020-10-07 09:18:07 +02:00
2020-12-09 14:03:05 +01:00
2018-06-26 11:22:07 +01:00
2020-10-20 09:05:10 +02:00
2020-10-07 09:18:07 +02:00
2021-01-08 09:18:21 +01:00
2021-01-08 09:18:21 +01:00
2021-01-08 09:18:21 +01:00
2020-10-07 09:18:07 +02:00
2020-10-07 09:18:07 +02:00